Shades of Bright Turquoise #01DCE0
Tints of Bright Turquoise #01DCE0
RGB
CMYK
RGB Variations
Color information
#01DCE0 (or 0x01DCE0) is known color: Bright Turquoise. HEX triplet: 01, DC and E0. RGB value is (1,220,224). Sum of RGB (Red+Green+Blue) = 1+220+224=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #01DCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCE0 is #FE231F. Grayscale: #9A9A9A. Windows color (decimal): -16655136 or 14736385. OLE color: 14736385.
HSL color Cylindrical-coordinate representation of color #01DCE0: hue angle of 181.08º 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 #01DCE0 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 220 | 224 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.12 |
| HSL | 181.08º | 0.99% | 0.44% | - |
| HSV(B) | 181.08º | 1% | 0.88% | - |
| XYZ | 39.06 | 56.57 | 79.38 | - |
| YUV | 154.98 | 166.95 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 224 | 1.00 | 0.02 | 0 | 0.12 | 181.08 | 0.99 | 0.44 |
| Hex | 1 | DC | E0 | 64 | 2 | 0 | C | B5 | 63 | 2C |
| Octal | 1 | 334 | 340 | 144 | 2 | 0 | 14 | 265 | 143 | 54 |
| Binary | 1 | 11011100 | 11100000 | 1100100 | 10 | 0 | 1100 | 10110101 | 1100011 | 101100 |
Color Harmonies of #01DCE0
Complementary color
Monochromatic Colors of #01DCE0
Black with #01DCE0
Text Example
Text Example
White with #01DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCE0; }
p { color: rgb(1,220,224); }
H1.HeaderClassName
{
color: #01DCE0;
}
.AnyTagClassName
{
color: #01DCE0;
}
</style>
background-color css
<style>
a { background-color: #01DCE0; }
a { background-color: rgb(1,220,224); }
div.DivClassName
{
background-color: #01DCE0;
}
.BgClassName
{
background-color: #01DCE0;
}
</style>
border-color css
<style>
span { border-color: #01DCE0; }
span { border-color: rgb(1,220,224); }
td.TdClassName
{
border-color: #01DCE0;
}
.TagClassName
{
border-color: #01DCE0;
}
</style>