Shades of Dark Turquoise #01CBE0
Tints of Dark Turquoise #01CBE0
RGB
CMYK
RGB Variations
Color information
#01CBE0 (or 0x01CBE0) is known color: Dark Turquoise. HEX triplet: 01, CB and E0. RGB value is (1,203,224). Sum of RGB (Red+Green+Blue) = 1+203+224=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #01CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBE0 is #FE341F. Grayscale: #909090. Windows color (decimal): -16659488 or 14732033. OLE color: 14732033.
HSL color Cylindrical-coordinate representation of color #01CBE0: hue angle of 185.65º 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 #01CBE0 is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 203 | 224 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.12 |
| HSL | 185.65º | 0.99% | 0.44% | - |
| HSV(B) | 185.65º | 1% | 0.88% | - |
| XYZ | 34.82 | 48.1 | 77.97 | - |
| YUV | 145 | 172.58 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 224 | 1.00 | 0.09 | 0 | 0.12 | 185.65 | 0.99 | 0.44 |
| Hex | 1 | CB | E0 | 64 | 9 | 0 | C | BA | 63 | 2C |
| Octal | 1 | 313 | 340 | 144 | 11 | 0 | 14 | 272 | 143 | 54 |
| Binary | 1 | 11001011 | 11100000 | 1100100 | 1001 | 0 | 1100 | 10111010 | 1100011 | 101100 |
Color Harmonies of #01CBE0
Complementary color
Monochromatic Colors of #01CBE0
Black with #01CBE0
Text Example
Text Example
White with #01CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBE0; }
p { color: rgb(1,203,224); }
H1.HeaderClassName
{
color: #01CBE0;
}
.AnyTagClassName
{
color: #01CBE0;
}
</style>
background-color css
<style>
a { background-color: #01CBE0; }
a { background-color: rgb(1,203,224); }
div.DivClassName
{
background-color: #01CBE0;
}
.BgClassName
{
background-color: #01CBE0;
}
</style>
border-color css
<style>
span { border-color: #01CBE0; }
span { border-color: rgb(1,203,224); }
td.TdClassName
{
border-color: #01CBE0;
}
.TagClassName
{
border-color: #01CBE0;
}
</style>