16 PT to REM
Result
16 pt = 1.3376 rem
Explanation
- PT — 16
To convert 16 points to REM you need to multiply PT value by 0.0836, in our case: 16 × 0.0836. In result we'll receive that 16 pt is equal to 1.3376 rem
CSS code for 16 PT to REM
p { font-size: 1.3376rem }
HTML (inline CSS):
<p style="font-size: 1.3376rem">Hello World<p>