24 PT to REM

Result

24 pt = 2.0064 rem


Explanation

  • PT — 24

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

CSS code for 24 PT to REM

p { font-size: 2.0064rem }

HTML (inline CSS):

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