Dark Turquoise (Blue)
#24ABC3
RGB: 36, 171, 195
Color OverviewHEX #24ABC3

#24ABC3 Color Code Information

In the RGB color space, #24ABC3 is composed of 14% red, 67% green, and 76% blue. In the HSL color space, it has a hue of 189°, saturation of 69%, and lightness of 45%.

HEX
#24ABC3
RGB
36, 171, 195
HSL
189°, 69%, 45%
HSV
189°, 82%, 76%
CMYK
82%, 12%, 0%, 24%
Name Match
Dark Turquoise
Closest Standard

Shades of #24ABC3 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #24ABC3 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #24ABC3 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #24ABC3

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #24ABC3 Background
Contrast Ratio against Pure White (#FFFFFF):2.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #24ABC3 Background
Contrast Ratio against Pure Black (#000000):7.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #24ABC3;
}

.element {
  color: #24ABC3;
  background-color: #24ABC3;
  border-color: #24ABC3;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#24ABC3] text-[#24ABC3] border-[#24ABC3]">
  Content styled with #24ABC3
</div>