Medium Turquoise (Blue)
#38C2AB
RGB: 56, 194, 171
Color OverviewHEX #38C2AB

#38C2AB Color Code Information

In the RGB color space, #38C2AB is composed of 22% red, 76% green, and 67% blue. In the HSL color space, it has a hue of 170°, saturation of 55%, and lightness of 49%.

HEX
#38C2AB
RGB
56, 194, 171
HSL
170°, 55%, 49%
HSV
170°, 71%, 76%
CMYK
71%, 0%, 12%, 24%
Name Match
Medium Turquoise
Closest Standard

Shades of #38C2AB (Darker Variations)

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

Tints of #38C2AB (Lighter Variations)

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

Tones of #38C2AB (Muted Variations)

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

Color Harmonies for #38C2AB

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 #38C2AB Background
Contrast Ratio against Pure White (#FFFFFF):2.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #38C2AB Background
Contrast Ratio against Pure Black (#000000):9.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #38C2AB;
}

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