#75F8E2
A light, vivid cyan closely aligning with Turquoise.
About #75F8E2
When working with digital screens, the color #75F8E2 is rendered by mixing light. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 248, and 226.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 0% M, 9% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75F8E2
RGB117, 248, 226
HSL169.9°, 90.3%, 71.6%
CMYK53%, 0%, 9%, 3%
HSV169.9°, 52.8%, 97.3%
LAB90.0, -41.4, -0.5
XYZ54.6, 76.4, 83.8
Decimal7731426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.28:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F8E2;
}
.text-color {
color: #75F8E2;
}
.border-color {
border: 2px solid #75F8E2;
}