Shades of Bright Turquoise #01E2D8
Tints of Bright Turquoise #01E2D8
RGB
CMYK
RGB Variations
Color information
#01E2D8 (or 0x01E2D8) is known color: Bright Turquoise. HEX triplet: 01, E2 and D8. RGB value is (1,226,216). Sum of RGB (Red+Green+Blue) = 1+226+216=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2D8 is #FE1D27. Grayscale: #9D9D9D. Windows color (decimal): -16653608 or 14213633. OLE color: 14213633.
HSL color Cylindrical-coordinate representation of color #01E2D8: hue angle of 177.33º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E2D8 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 216 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.11 |
| HSL | 177.33º | 0.99% | 0.45% | - |
| HSV(B) | 177.33º | 1% | 0.89% | - |
| XYZ | 39.6 | 59.36 | 74.34 | - |
| YUV | 157.59 | 160.96 | 16.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 216 | 1.00 | 0 | 0.04 | 0.11 | 177.33 | 0.99 | 0.45 |
| Hex | 1 | E2 | D8 | 64 | 0 | 4 | B | B1 | 63 | 2D |
| Octal | 1 | 342 | 330 | 144 | 0 | 4 | 13 | 261 | 143 | 55 |
| Binary | 1 | 11100010 | 11011000 | 1100100 | 0 | 100 | 1011 | 10110001 | 1100011 | 101101 |
Color Harmonies of #01E2D8
Complementary color
Monochromatic Colors of #01E2D8
Black with #01E2D8
Text Example
Text Example
White with #01E2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E2D8; }
p { color: rgb(1,226,216); }
H1.HeaderClassName
{
color: #01E2D8;
}
.AnyTagClassName
{
color: #01E2D8;
}
</style>
background-color css
<style>
a { background-color: #01E2D8; }
a { background-color: rgb(1,226,216); }
div.DivClassName
{
background-color: #01E2D8;
}
.BgClassName
{
background-color: #01E2D8;
}
</style>
border-color css
<style>
span { border-color: #01E2D8; }
span { border-color: rgb(1,226,216); }
td.TdClassName
{
border-color: #01E2D8;
}
.TagClassName
{
border-color: #01E2D8;
}
</style>