What is the HEX code for greenish turquoise?
The CSS color greenish turquoise in HEX format is #00fbb0. Use this value directly in CSS, SVG, and most design tools.
How do I use greenish turquoise in CSS?
To apply greenish turquoise in CSS:
- Text color: color: #00fbb0;
- Background: background-color: #00fbb0;
- Border: border-color: #00fbb0;
What are all the color format values for greenish turquoise?
| Format | Value |
|---|---|
| HEX | #00fbb0 |
| RGB | rgb(0, 251, 176) |
| HSL | hsl(162.1, 100%, 49.2%) |
| CMYK | cmyk(100%, 0%, 29.9%, 1.6%) |
How do I convert greenish turquoise to HEX?
Select greenish turquoise from the color name list in our color converter. The HEX value — #00fbb0 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenish turquoise belong to?
greenish turquoise belongs to the green color family. It is a medium, vivid color with HSL values: hue 162.1°, saturation 100%, lightness 49.2%.
How do I create lighter and darker shades of greenish turquoise?
Lighter variant (lightness 64.2%): #48ffc9. Darker variant (lightness 34.2%): #00ae7a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.