Shades of Dark Turquoise #01C8E0
Tints of Dark Turquoise #01C8E0
RGB
CMYK
RGB Variations
Color information
#01C8E0 (or 0x01C8E0) is known color: Dark Turquoise. HEX triplet: 01, C8 and E0. RGB value is (1,200,224). Sum of RGB (Red+Green+Blue) = 1+200+224=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #01C8E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C8E0 is #FE371F. Grayscale: #8E8E8E. Windows color (decimal): -16660256 or 14731265. OLE color: 14731265.
HSL color Cylindrical-coordinate representation of color #01C8E0: hue angle of 186.46º 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 #01C8E0 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 200 | 224 | - |
| CMYK | 1.00 | 0.11 | 0 | 0.12 |
| HSL | 186.46º | 0.99% | 0.44% | - |
| HSV(B) | 186.46º | 1% | 0.88% | - |
| XYZ | 34.12 | 46.7 | 77.74 | - |
| YUV | 143.24 | 173.57 | 26.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 224 | 1.00 | 0.11 | 0 | 0.12 | 186.46 | 0.99 | 0.44 |
| Hex | 1 | C8 | E0 | 64 | B | 0 | C | BA | 63 | 2C |
| Octal | 1 | 310 | 340 | 144 | 13 | 0 | 14 | 272 | 143 | 54 |
| Binary | 1 | 11001000 | 11100000 | 1100100 | 1011 | 0 | 1100 | 10111010 | 1100011 | 101100 |
Color Harmonies of #01C8E0
Complementary color
Monochromatic Colors of #01C8E0
Black with #01C8E0
Text Example
Text Example
White with #01C8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C8E0; }
p { color: rgb(1,200,224); }
H1.HeaderClassName
{
color: #01C8E0;
}
.AnyTagClassName
{
color: #01C8E0;
}
</style>
background-color css
<style>
a { background-color: #01C8E0; }
a { background-color: rgb(1,200,224); }
div.DivClassName
{
background-color: #01C8E0;
}
.BgClassName
{
background-color: #01C8E0;
}
</style>
border-color css
<style>
span { border-color: #01C8E0; }
span { border-color: rgb(1,200,224); }
td.TdClassName
{
border-color: #01C8E0;
}
.TagClassName
{
border-color: #01C8E0;
}
</style>