Dark turquoise to RGB — Color Code

RGB

rgb(4, 92, 90)

Format Value
HEX #045c5a
RGB rgb(4, 92, 90)
HSL hsl(178.6, 91.7%, 18.8%)
CMYK cmyk(95.7%, 0%, 2.2%, 63.9%)

What is the RGB code for dark turquoise?

The CSS color dark turquoise in RGB format is rgb(4, 92, 90). Use this value directly in CSS, SVG, and most design tools.

How do I use dark turquoise in CSS?

To apply dark turquoise in CSS:

  • Text color: color: rgb(4, 92, 90);
  • Background: background-color: rgb(4, 92, 90);
  • Border: border-color: rgb(4, 92, 90);

What are all the color format values for dark turquoise?

FormatValue
HEX#045c5a
RGBrgb(4, 92, 90)
HSLhsl(178.6, 91.7%, 18.8%)
CMYKcmyk(95.7%, 0%, 2.2%, 63.9%)

How do I convert dark turquoise to RGB?

Select dark turquoise from the color name list in our color converter. The RGB value — rgb(4, 92, 90) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark turquoise belong to?

dark turquoise belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 178.6°, saturation 91.7%, lightness 18.8%.

How do I create lighter and darker shades of dark turquoise?

Lighter variant (lightness 33.8%): #07a5a2. Darker variant (lightness 5%): #011818. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.