#10ccc2
a dark, electric cyan · cool · closest name: turquoise
RGB
16, 204, 194
HSL
177°, 86%, 43%
CMYK
92, 0, 5, 20
Luminance
0.4719
Every format
| HEX | #10ccc2 |
| RGB | rgb(16, 204, 194) |
| HSL | hsl(177, 86%, 43%) |
| CMYK | cmyk(92%, 0%, 5%, 20%) |
| LAB | lab(74.3 -43.1 -6.9) |
| LCH | lch(74.3 43.6 189.0) |
| OKLCH | oklch(0.763 0.131 188.5) |
Copy-ready code
/* CSS */
color: #10ccc2;
background-color: #10ccc2;
/* Tailwind (arbitrary) */
class="text-[#10ccc2] bg-[#10ccc2]"
/* SCSS */
$brand: #10ccc2;
/* SwiftUI */
Color(red: 0.063, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#10ccc2")Accessibility — WCAG contrast
Aa
#10ccc2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10ccc2 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green80.0%
Blue76.1%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#10ccc2 text on a black background
contrast 10.44:1
Card sample
#10ccc2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10ccc2;
Background color
Panel with #10ccc2 background
background-color: #10ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10ccc2; background: linear-gradient(135deg, #10ccc2, #1059CC);