#3ceacd
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 234, 205
HSL
170°, 81%, 58%
CMYK
74, 0, 12, 8
Luminance
0.6421
Every format
| HEX | #3ceacd |
| RGB | rgb(60, 234, 205) |
| HSL | hsl(170, 81%, 58%) |
| CMYK | cmyk(74%, 0%, 12%, 8%) |
| LAB | lab(84.1 -49.6 1.7) |
| LCH | lch(84.1 49.6 178.1) |
| OKLCH | oklch(0.845 0.143 178.5) |
Copy-ready code
/* CSS */
color: #3ceacd;
background-color: #3ceacd;
/* Tailwind (arbitrary) */
class="text-[#3ceacd] bg-[#3ceacd]"
/* SCSS */
$brand: #3ceacd;
/* SwiftUI */
Color(red: 0.235, green: 0.918, blue: 0.804)
/* Android */
Color.parseColor("#3ceacd")Accessibility — WCAG contrast
Aa
#3ceacd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceacd on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.8%
Blue80.4%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow12.4%
Key (black)8.2%
Color previews
#3ceacd text on a black background
contrast 13.84:1
Card sample
#3ceacd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceacd;
Background color
Panel with #3ceacd background
background-color: #3ceacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 234, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 234, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceacd; background: linear-gradient(135deg, #3ceacd, #3C93EA);