#40cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
64, 207, 188
HSL
172°, 60%, 53%
CMYK
69, 0, 9, 19
Luminance
0.4935
Every format
| HEX | #40cfbc |
| RGB | rgb(64, 207, 188) |
| HSL | hsl(172, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 9%, 19%) |
| LAB | lab(75.7 -41.9 -1.6) |
| LCH | lch(75.7 42.0 182.1) |
| OKLCH | oklch(0.775 0.122 182.3) |
Copy-ready code
/* CSS */
color: #40cfbc;
background-color: #40cfbc;
/* Tailwind (arbitrary) */
class="text-[#40cfbc] bg-[#40cfbc]"
/* SCSS */
$brand: #40cfbc;
/* SwiftUI */
Color(red: 0.251, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#40cfbc")Accessibility — WCAG contrast
Aa
#40cfbc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40cfbc on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green81.2%
Blue73.7%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#40cfbc text on a black background
contrast 10.87:1
Card sample
#40cfbc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40cfbc;
Background color
Panel with #40cfbc background
background-color: #40cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40cfbc; background: linear-gradient(135deg, #40cfbc, #4083CF);