#0cdddc
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 221, 220
HSL
180°, 90%, 46%
CMYK
95, 0, 1, 13
Luminance
0.5696
Every format
| HEX | #0cdddc |
| RGB | rgb(12, 221, 220) |
| HSL | hsl(180, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 1%, 13%) |
| LAB | lab(80.2 -43.2 -12.1) |
| LCH | lch(80.2 44.8 195.7) |
| OKLCH | oklch(0.813 0.138 194.2) |
Copy-ready code
/* CSS */
color: #0cdddc;
background-color: #0cdddc;
/* Tailwind (arbitrary) */
class="text-[#0cdddc] bg-[#0cdddc]"
/* SCSS */
$brand: #0cdddc;
/* SwiftUI */
Color(red: 0.047, green: 0.867, blue: 0.863)
/* Android */
Color.parseColor("#0cdddc")Accessibility — WCAG contrast
Aa
#0cdddc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdddc on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.7%
Blue86.3%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow0.5%
Key (black)13.3%
Color previews
#0cdddc text on a black background
contrast 12.39:1
Card sample
#0cdddc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdddc;
Background color
Panel with #0cdddc background
background-color: #0cdddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 221, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 221, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdddc; background: linear-gradient(135deg, #0cdddc, #0C53DD);