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