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