What is the HSL code for darkturquoise?
The CSS color darkturquoise in HSL format is hsl(180.9, 100%, 41%). 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: hsl(180.9, 100%, 41%);
- Background: background-color: hsl(180.9, 100%, 41%);
- Border: border-color: hsl(180.9, 100%, 41%);
What are all the color format values for darkturquoise?
| Format | Value |
|---|---|
| HEX | #00ced1 |
| RGB | rgb(0, 206, 209) |
| HSL | hsl(180.9, 100%, 41%) |
| CMYK | cmyk(100%, 1.4%, 0%, 18%) |
How do I convert darkturquoise to HSL?
Select darkturquoise from the color name list in our color converter. The HSL value — hsl(180.9, 100%, 41%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.