Shades of Bright Turquoise #01E2DC
Tints of Bright Turquoise #01E2DC
RGB
CMYK
RGB Variations
Color information
#01E2DC (or 0x01E2DC) is known color: Bright Turquoise. HEX triplet: 01, E2 and DC. RGB value is (1,226,220). Sum of RGB (Red+Green+Blue) = 1+226+220=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2DC is #FE1D23. Grayscale: #9D9D9D. Windows color (decimal): -16653604 or 14475777. OLE color: 14475777.
HSL color Cylindrical-coordinate representation of color #01E2DC: hue angle of 178.4º 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 #01E2DC is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 220 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.11 |
| HSL | 178.4º | 0.99% | 0.45% | - |
| HSV(B) | 178.4º | 1% | 0.89% | - |
| XYZ | 40.13 | 59.57 | 77.09 | - |
| YUV | 158.04 | 162.96 | 15.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 220 | 1.00 | 0 | 0.03 | 0.11 | 178.4 | 0.99 | 0.45 |
| Hex | 1 | E2 | DC | 64 | 0 | 3 | B | B2 | 63 | 2D |
| Octal | 1 | 342 | 334 | 144 | 0 | 3 | 13 | 262 | 143 | 55 |
| Binary | 1 | 11100010 | 11011100 | 1100100 | 0 | 11 | 1011 | 10110010 | 1100011 | 101101 |
Color Harmonies of #01E2DC
Complementary color
Monochromatic Colors of #01E2DC
Black with #01E2DC
Text Example
Text Example
White with #01E2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E2DC; }
p { color: rgb(1,226,220); }
H1.HeaderClassName
{
color: #01E2DC;
}
.AnyTagClassName
{
color: #01E2DC;
}
</style>
background-color css
<style>
a { background-color: #01E2DC; }
a { background-color: rgb(1,226,220); }
div.DivClassName
{
background-color: #01E2DC;
}
.BgClassName
{
background-color: #01E2DC;
}
</style>
border-color css
<style>
span { border-color: #01E2DC; }
span { border-color: rgb(1,226,220); }
td.TdClassName
{
border-color: #01E2DC;
}
.TagClassName
{
border-color: #01E2DC;
}
</style>