Dark Turquoise (Blue)
#12EDDF
RGB: 18, 237, 223
Color OverviewHEX #12EDDF
#12EDDF Color Code Information
In the RGB color space, #12EDDF is composed of 7% red, 93% green, and 87% blue. In the HSL color space, it has a hue of 176°, saturation of 86%, and lightness of 50%.
HEX
#12EDDF
RGB
18, 237, 223
HSL
176°, 86%, 50%
HSV
176°, 92%, 93%
CMYK
92%, 0%, 6%, 7%
Name Match
Dark Turquoise
Closest StandardShades of #12EDDF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #12EDDF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #12EDDF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #12EDDF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #12EDDF Background
Contrast Ratio against Pure White (#FFFFFF):1.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #12EDDF Background
Contrast Ratio against Pure Black (#000000):14.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #12EDDF;
}
.element {
color: #12EDDF;
background-color: #12EDDF;
border-color: #12EDDF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#12EDDF] text-[#12EDDF] border-[#12EDDF]"> Content styled with #12EDDF </div>