#10cfac
a dark, electric cyan · cool · closest name: turquoise
RGB
16, 207, 172
HSL
169°, 86%, 44%
CMYK
92, 0, 17, 19
Luminance
0.4771
Every format
| HEX | #10cfac |
| RGB | rgb(16, 207, 172) |
| HSL | hsl(169, 86%, 44%) |
| CMYK | cmyk(92%, 0%, 17%, 19%) |
| LAB | lab(74.6 -50.4 5.5) |
| LCH | lch(74.6 50.7 173.8) |
| OKLCH | oklch(0.763 0.143 174.5) |
Copy-ready code
/* CSS */
color: #10cfac;
background-color: #10cfac;
/* Tailwind (arbitrary) */
class="text-[#10cfac] bg-[#10cfac]"
/* SCSS */
$brand: #10cfac;
/* SwiftUI */
Color(red: 0.063, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#10cfac")Accessibility — WCAG contrast
Aa
#10cfac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10cfac on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green81.2%
Blue67.5%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#10cfac text on a black background
contrast 10.54:1
Card sample
#10cfac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10cfac;
Background color
Panel with #10cfac background
background-color: #10cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10cfac; background: linear-gradient(135deg, #10cfac, #1073CF);