#12cddc
a balanced, electric cyan · cool · closest name: turquoise
RGB
18, 205, 220
HSL
185°, 85%, 47%
CMYK
92, 7, 0, 14
Luminance
0.4896
Every format
| HEX | #12cddc |
| RGB | rgb(18, 205, 220) |
| HSL | hsl(185, 85%, 47%) |
| CMYK | cmyk(92%, 7%, 0%, 14%) |
| LAB | lab(75.4 -35.7 -19.2) |
| LCH | lch(75.4 40.5 208.3) |
| OKLCH | oklch(0.774 0.130 204.3) |
Copy-ready code
/* CSS */
color: #12cddc;
background-color: #12cddc;
/* Tailwind (arbitrary) */
class="text-[#12cddc] bg-[#12cddc]"
/* SCSS */
$brand: #12cddc;
/* SwiftUI */
Color(red: 0.071, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#12cddc")Accessibility — WCAG contrast
Aa
#12cddc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12cddc on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green80.4%
Blue86.3%
CMYK percentages
Cyan91.8%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#12cddc text on a black background
contrast 10.79:1
Card sample
#12cddc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12cddc;
Background color
Panel with #12cddc background
background-color: #12cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12cddc; background: linear-gradient(135deg, #12cddc, #1246DC);