#40cfce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 207, 206
HSL
180°, 60%, 53%
CMYK
69, 0, 1, 19
Luminance
0.5017
Every format
| HEX | #40cfce |
| RGB | rgb(64, 207, 206) |
| HSL | hsl(180, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 1%, 19%) |
| LAB | lab(76.2 -37.0 -10.5) |
| LCH | lch(76.2 38.5 195.9) |
| OKLCH | oklch(0.781 0.118 194.3) |
Copy-ready code
/* CSS */
color: #40cfce;
background-color: #40cfce;
/* Tailwind (arbitrary) */
class="text-[#40cfce] bg-[#40cfce]"
/* SCSS */
$brand: #40cfce;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.808)
/* Android */
Color.parseColor("#40cfce")Accessibility — WCAG contrast
Aa
#40cfce on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfce on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue80.8%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow0.5%
Key (black)18.8%
Color previews
#40cfce text on a black background
contrast 11.03:1
Card sample
#40cfce text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfce;
Background color
Panel with #40cfce background
background-color: #40cfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfce; background: linear-gradient(135deg, #40cfce, #4071CF);