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