#40cfc0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 207, 192
HSL
174°, 60%, 53%
CMYK
69, 0, 7, 19
Luminance
0.4952
Every format
| HEX | #40cfc0 |
| RGB | rgb(64, 207, 192) |
| HSL | hsl(174, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 7%, 19%) |
| LAB | lab(75.8 -40.9 -3.5) |
| LCH | lch(75.8 41.0 185.0) |
| OKLCH | oklch(0.776 0.121 184.9) |
Copy-ready code
/* CSS */
color: #40cfc0;
background-color: #40cfc0;
/* Tailwind (arbitrary) */
class="text-[#40cfc0] bg-[#40cfc0]"
/* SCSS */
$brand: #40cfc0;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.753)
/* Android */
Color.parseColor("#40cfc0")Accessibility — WCAG contrast
Aa
#40cfc0 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfc0 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue75.3%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow7.2%
Key (black)18.8%
Color previews
#40cfc0 text on a black background
contrast 10.90:1
Card sample
#40cfc0 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfc0;
Background color
Panel with #40cfc0 background
background-color: #40cfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfc0; background: linear-gradient(135deg, #40cfc0, #407FCF);