#3ACCB6
A medium, moderate cyan closely aligning with Turquoise.
About #3ACCB6
At its core, #3ACCB6 is a medium and moderate hue. Its closest recognized web color is Turquoise. In the RGB color space, it consists of 58 red, 204 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 72% C, 0% M, 11% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ACCB6
RGB58, 204, 182
HSL171.0°, 58.9%, 51.4%
CMYK72%, 0%, 11%, 20%
HSV171.0°, 71.6%, 80.0%
LAB74.5, -43.0, -0.1
XYZ31.8, 47.5, 51.7
Decimal3853494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.49:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACCB6;
}
.text-color {
color: #3ACCB6;
}
.border-color {
border: 2px solid #3ACCB6;
}