19 PT to REM

Result

19 pt = 1.5884 rem


Explanation

  • PT — 19

To convert 19 points to REM you need to multiply PT value by 0.0836, in our case: 19 × 0.0836. In result we'll receive that 19 pt is equal to 1.5884 rem

CSS code for 19 PT to REM

p { font-size: 1.5884rem }

HTML (inline CSS):

<p style="font-size: 1.5884rem">Hello World<p>
Open PT to REM converter