#73F9F1
A light, vivid cyan closely aligning with Turquoise.
About #73F9F1
The precise color #73F9F1 is an excellent choice for modern design projects. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 115, 249, and 241.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 54% cyan, 0% magenta, 3% yellow, and 2% black. With a hue angle of 176.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#73F9F1
RGB115, 249, 241
HSL176.4°, 91.8%, 71.4%
CMYK54%, 0%, 3%, 2%
HSV176.4°, 53.8%, 97.6%
LAB90.7, -38.6, -7.4
XYZ56.8, 77.7, 95.2
Decimal7600625
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.55:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #73F9F1;
}
.text-color {
color: #73F9F1;
}
.border-color {
border: 2px solid #73F9F1;
}