#12ebdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
18, 235, 219
HSL
176°, 86%, 50%
CMYK
92, 0, 7, 8
Luminance
0.6466
Every format
| HEX | #12ebdb |
| RGB | rgb(18, 235, 219) |
| HSL | hsl(176, 86%, 50%) |
| CMYK | cmyk(92%, 0%, 7%, 8%) |
| LAB | lab(84.3 -49.3 -5.4) |
| LCH | lch(84.3 49.6 186.3) |
| OKLCH | oklch(0.847 0.147 186.1) |
Copy-ready code
/* CSS */
color: #12ebdb;
background-color: #12ebdb;
/* Tailwind (arbitrary) */
class="text-[#12ebdb] bg-[#12ebdb]"
/* SCSS */
$brand: #12ebdb;
/* SwiftUI */
Color(red: 0.071, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#12ebdb")Accessibility — WCAG contrast
Aa
#12ebdb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12ebdb on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green92.2%
Blue85.9%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#12ebdb text on a black background
contrast 13.93:1
Card sample
#12ebdb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12ebdb;
Background color
Panel with #12ebdb background
background-color: #12ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12ebdb; background: linear-gradient(135deg, #12ebdb, #126AEB);