#16cfbf
a dark, electric cyan · cool · closest name: turquoise
RGB
22, 207, 191
HSL
175°, 81%, 45%
CMYK
89, 0, 8, 19
Luminance
0.4856
Every format
| HEX | #16cfbf |
| RGB | rgb(22, 207, 191) |
| HSL | hsl(175, 81%, 45%) |
| CMYK | cmyk(89%, 0%, 8%, 19%) |
| LAB | lab(75.2 -45.0 -4.0) |
| LCH | lch(75.2 45.2 185.0) |
| OKLCH | oklch(0.769 0.133 184.9) |
Copy-ready code
/* CSS */
color: #16cfbf;
background-color: #16cfbf;
/* Tailwind (arbitrary) */
class="text-[#16cfbf] bg-[#16cfbf]"
/* SCSS */
$brand: #16cfbf;
/* SwiftUI */
Color(red: 0.086, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#16cfbf")Accessibility — WCAG contrast
Aa
#16cfbf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cfbf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green81.2%
Blue74.9%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#16cfbf text on a black background
contrast 10.71:1
Card sample
#16cfbf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cfbf;
Background color
Panel with #16cfbf background
background-color: #16cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cfbf; background: linear-gradient(135deg, #16cfbf, #1664CF);