#75E9F0
A light, vivid cyan closely aligning with Mediumturquoise.
About #75E9F0
When working with digital screens, the color #75E9F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumturquoise. This translates to an RGB value of rgb(117, 233, 240).
For print applications, it's crucial to understand its CMYK makeup. The color uses 51% Cyan, 3% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75E9F0
RGB117, 233, 240
HSL183.4°, 80.4%, 70.0%
CMYK51%, 3%, 0%, 6%
HSV183.4°, 51.3%, 94.1%
LAB86.2, -31.0, -13.5
XYZ52.2, 68.4, 92.9
Decimal7727600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.67:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E9F0;
}
.text-color {
color: #75E9F0;
}
.border-color {
border: 2px solid #75E9F0;
}