Shades of Bright Turquoise #01E0D9
Tints of Bright Turquoise #01E0D9
RGB
CMYK
RGB Variations
Color information
#01E0D9 (or 0x01E0D9) is known color: Bright Turquoise. HEX triplet: 01, E0 and D9. RGB value is (1,224,217). Sum of RGB (Red+Green+Blue) = 1+224+217=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0D9 is #FE1F26. Grayscale: #9C9C9C. Windows color (decimal): -16654119 or 14278657. OLE color: 14278657.
HSL color Cylindrical-coordinate representation of color #01E0D9: hue angle of 178.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E0D9 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 217 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.12 |
| HSL | 178.12º | 0.99% | 0.44% | - |
| HSV(B) | 178.12º | 1% | 0.88% | - |
| XYZ | 39.19 | 58.33 | 74.84 | - |
| YUV | 156.53 | 162.12 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 217 | 1.00 | 0 | 0.03 | 0.12 | 178.12 | 0.99 | 0.44 |
| Hex | 1 | E0 | D9 | 64 | 0 | 3 | C | B2 | 63 | 2C |
| Octal | 1 | 340 | 331 | 144 | 0 | 3 | 14 | 262 | 143 | 54 |
| Binary | 1 | 11100000 | 11011001 | 1100100 | 0 | 11 | 1100 | 10110010 | 1100011 | 101100 |
Color Harmonies of #01E0D9
Complementary color
Monochromatic Colors of #01E0D9
Black with #01E0D9
Text Example
Text Example
White with #01E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0D9; }
p { color: rgb(1,224,217); }
H1.HeaderClassName
{
color: #01E0D9;
}
.AnyTagClassName
{
color: #01E0D9;
}
</style>
background-color css
<style>
a { background-color: #01E0D9; }
a { background-color: rgb(1,224,217); }
div.DivClassName
{
background-color: #01E0D9;
}
.BgClassName
{
background-color: #01E0D9;
}
</style>
border-color css
<style>
span { border-color: #01E0D9; }
span { border-color: rgb(1,224,217); }
td.TdClassName
{
border-color: #01E0D9;
}
.TagClassName
{
border-color: #01E0D9;
}
</style>