Shades of Dark Turquoise #00CBE0
Tints of Dark Turquoise #00CBE0
RGB
CMYK
RGB Variations
Color information
#00CBE0 (or 0x00CBE0) is known color: Dark Turquoise. HEX triplet: 00, CB and E0. RGB value is (0,203,224). Sum of RGB (Red+Green+Blue) = 0+203+224=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #00CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBE0 is #FF341F. Grayscale: #909090. Windows color (decimal): -16725024 or 14732032. OLE color: 14732032.
HSL color Cylindrical-coordinate representation of color #00CBE0: hue angle of 185.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBE0 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 203 | 224 | - |
| CMYK | 1 | 0.09 | 0 | 0.12 |
| HSL | 185.63º | 1% | 0.44% | - |
| HSV(B) | 185.63º | 1% | 0.88% | - |
| XYZ | 34.81 | 48.09 | 77.97 | - |
| YUV | 144.7 | 172.75 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 224 | 1 | 0.09 | 0 | 0.12 | 185.63 | 1 | 0.44 |
| Hex | 0 | CB | E0 | 64 | 9 | 0 | C | BA | 64 | 2C |
| Octal | 0 | 313 | 340 | 144 | 11 | 0 | 14 | 272 | 144 | 54 |
| Binary | 0 | 11001011 | 11100000 | 1100100 | 1001 | 0 | 1100 | 10111010 | 1100100 | 101100 |
Color Harmonies of #00CBE0
Complementary color
Monochromatic Colors of #00CBE0
Black with #00CBE0
Text Example
Text Example
White with #00CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBE0; }
p { color: rgb(0,203,224); }
H1.HeaderClassName
{
color: #00CBE0;
}
.AnyTagClassName
{
color: #00CBE0;
}
</style>
background-color css
<style>
a { background-color: #00CBE0; }
a { background-color: rgb(0,203,224); }
div.DivClassName
{
background-color: #00CBE0;
}
.BgClassName
{
background-color: #00CBE0;
}
</style>
border-color css
<style>
span { border-color: #00CBE0; }
span { border-color: rgb(0,203,224); }
td.TdClassName
{
border-color: #00CBE0;
}
.TagClassName
{
border-color: #00CBE0;
}
</style>