#16cfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
22, 207, 223
HSL
185°, 82%, 48%
CMYK
90, 7, 0, 13
Luminance
0.5012
Every format
| HEX | #16cfdf |
| RGB | rgb(22, 207, 223) |
| HSL | hsl(185, 82%, 48%) |
| CMYK | cmyk(90%, 7%, 0%, 13%) |
| LAB | lab(76.1 -35.5 -19.8) |
| LCH | lch(76.1 40.7 209.1) |
| OKLCH | oklch(0.781 0.131 204.9) |
Copy-ready code
/* CSS */
color: #16cfdf;
background-color: #16cfdf;
/* Tailwind (arbitrary) */
class="text-[#16cfdf] bg-[#16cfdf]"
/* SCSS */
$brand: #16cfdf;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#16cfdf")Accessibility — WCAG contrast
Aa
#16cfdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfdf on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#16cfdf text on a black background
contrast 11.02:1
Card sample
#16cfdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfdf;
Background color
Panel with #16cfdf background
background-color: #16cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfdf; background: linear-gradient(135deg, #16cfdf, #1649DF);