#16cfd0
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 207, 208
HSL
180°, 81%, 45%
CMYK
89, 1, 0, 18
Luminance
0.4935
Every format
| HEX | #16cfd0 |
| RGB | rgb(22, 207, 208) |
| HSL | hsl(180, 81%, 45%) |
| CMYK | cmyk(89%, 1%, 0%, 18%) |
| LAB | lab(75.7 -40.1 -12.4) |
| LCH | lch(75.7 42.0 197.2) |
| OKLCH | oklch(0.775 0.130 195.4) |
Copy-ready code
/* CSS */
color: #16cfd0;
background-color: #16cfd0;
/* Tailwind (arbitrary) */
class="text-[#16cfd0] bg-[#16cfd0]"
/* SCSS */
$brand: #16cfd0;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#16cfd0")Accessibility — WCAG contrast
Aa
#16cfd0 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfd0 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue81.6%
CMYK percentages
Cyan89.4%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#16cfd0 text on a black background
contrast 10.87:1
Card sample
#16cfd0 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfd0;
Background color
Panel with #16cfd0 background
background-color: #16cfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfd0; background: linear-gradient(135deg, #16cfd0, #1653D0);