#42D3DB
A medium, moderate cyan closely aligning with Darkturquoise.
About #42D3DB
When working with digital screens, the color #42D3DB is rendered by mixing light. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(66, 211, 219).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 70% C, 4% M, 0% Y, and 14% K. With a hue angle of 183.1 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42D3DB
RGB66, 211, 219
HSL183.1°, 68.0%, 55.9%
CMYK70%, 4%, 0%, 14%
HSV183.1°, 69.9%, 85.9%
LAB77.8, -34.9, -15.1
XYZ38.3, 52.9, 75.2
Decimal4379611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.57:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42D3DB;
}
.text-color {
color: #42D3DB;
}
.border-color {
border: 2px solid #42D3DB;
}