#75E9F8
A light, vivid cyan closely aligning with Paleturquoise.
About #75E9F8
At its core, #75E9F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 233, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 53% Cyan, 6% Magenta, 0% Yellow, and 3% Black. With a hue angle of 186.9 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#75E9F8
RGB117, 233, 248
HSL186.9°, 90.3%, 71.6%
CMYK53%, 6%, 0%, 3%
HSV186.9°, 52.8%, 97.3%
LAB86.4, -28.9, -17.3
XYZ53.4, 68.8, 99.3
Decimal7727608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E9F8;
}
.text-color {
color: #75E9F8;
}
.border-color {
border: 2px solid #75E9F8;
}