#41cecf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
65, 206, 207
HSL
180°, 60%, 53%
CMYK
69, 1, 0, 19
Luminance
0.4977
Every format
| HEX | #41cecf |
| RGB | rgb(65, 206, 207) |
| HSL | hsl(180, 60%, 53%) |
| CMYK | cmyk(69%, 1%, 0%, 19%) |
| LAB | lab(75.9 -36.1 -11.4) |
| LCH | lch(75.9 37.9 197.5) |
| OKLCH | oklch(0.779 0.117 195.7) |
Copy-ready code
/* CSS */
color: #41cecf;
background-color: #41cecf;
/* Tailwind (arbitrary) */
class="text-[#41cecf] bg-[#41cecf]"
/* SCSS */
$brand: #41cecf;
/* SwiftUI */
Color(red: 0.255, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#41cecf")Accessibility — WCAG contrast
Aa
#41cecf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cecf on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.8%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#41cecf text on a black background
contrast 10.95:1
Card sample
#41cecf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cecf;
Background color
Panel with #41cecf background
background-color: #41cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cecf; background: linear-gradient(135deg, #41cecf, #416FCF);