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