Darkturquoise to RGB — Color Code

RGB

rgb(0, 206, 209)

Format Value
HEX #00ced1
RGB rgb(0, 206, 209)
HSL hsl(180.9, 100%, 41%)
CMYK cmyk(100%, 1.4%, 0%, 18%)

What is the RGB code for darkturquoise?

The CSS color darkturquoise in RGB format is rgb(0, 206, 209). Use this value directly in CSS, SVG, and most design tools.

How do I use darkturquoise in CSS?

To apply darkturquoise in CSS:

  • Text color: color: rgb(0, 206, 209);
  • Background: background-color: rgb(0, 206, 209);
  • Border: border-color: rgb(0, 206, 209);

What are all the color format values for darkturquoise?

FormatValue
HEX#00ced1
RGBrgb(0, 206, 209)
HSLhsl(180.9, 100%, 41%)
CMYKcmyk(100%, 1.4%, 0%, 18%)

How do I convert darkturquoise to RGB?

Select darkturquoise from the color name list in our color converter. The RGB value — rgb(0, 206, 209) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does darkturquoise belong to?

darkturquoise belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 180.9°, saturation 100%, lightness 41%.

How do I create lighter and darker shades of darkturquoise?

Lighter variant (lightness 56%): #1ffcff. Darker variant (lightness 26%): #008385. 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.