#247C75
A dark, moderate cyan closely aligning with Teal.
About #247C75
The hex code #247C75 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 36 red, 124 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#247C75
RGB36, 124, 117
HSL175.2°, 55.0%, 31.4%
CMYK71%, 0%, 6%, 51%
HSV175.2°, 71.0%, 48.6%
LAB47.1, -27.1, -3.7
XYZ11.1, 16.1, 19.3
Decimal2391157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247C75;
}
.text-color {
color: #247C75;
}
.border-color {
border: 2px solid #247C75;
}