#0FE9F8
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FE9F8
The hex code #0FE9F8 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Darkturquoise. In the RGB color space, it consists of 15 red, 233 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 6% M, 0% Y, and 3% K. With a hue angle of 183.9 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE9F8
RGB15, 233, 248
HSL183.9°, 94.3%, 51.6%
CMYK94%, 6%, 0%, 3%
HSV183.9°, 94.0%, 97.3%
LAB84.6, -40.1, -20.3
XYZ46.3, 65.2, 98.9
Decimal1042936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9F8;
}
.text-color {
color: #0FE9F8;
}
.border-color {
border: 2px solid #0FE9F8;
}