Shades of Dark Turquoise #00CAE0
Tints of Dark Turquoise #00CAE0
RGB
CMYK
RGB Variations
Color information
#00CAE0 (or 0x00CAE0) is known color: Dark Turquoise. HEX triplet: 00, CA and E0. RGB value is (0,202,224). Sum of RGB (Red+Green+Blue) = 0+202+224=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #00CAE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CAE0 is #FF351F. Grayscale: #8F8F8F. Windows color (decimal): -16725280 or 14731776. OLE color: 14731776.
HSL color Cylindrical-coordinate representation of color #00CAE0: hue angle of 185.89º 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 #00CAE0 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 202 | 224 | - |
| CMYK | 1 | 0.10 | 0 | 0.12 |
| HSL | 185.89º | 1% | 0.44% | - |
| HSV(B) | 185.89º | 1% | 0.88% | - |
| XYZ | 34.58 | 47.62 | 77.89 | - |
| YUV | 144.11 | 173.08 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 224 | 1 | 0.10 | 0 | 0.12 | 185.89 | 1 | 0.44 |
| Hex | 0 | CA | E0 | 64 | A | 0 | C | BA | 64 | 2C |
| Octal | 0 | 312 | 340 | 144 | 12 | 0 | 14 | 272 | 144 | 54 |
| Binary | 0 | 11001010 | 11100000 | 1100100 | 1010 | 0 | 1100 | 10111010 | 1100100 | 101100 |
Color Harmonies of #00CAE0
Complementary color
Monochromatic Colors of #00CAE0
Black with #00CAE0
Text Example
Text Example
White with #00CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAE0; }
p { color: rgb(0,202,224); }
H1.HeaderClassName
{
color: #00CAE0;
}
.AnyTagClassName
{
color: #00CAE0;
}
</style>
background-color css
<style>
a { background-color: #00CAE0; }
a { background-color: rgb(0,202,224); }
div.DivClassName
{
background-color: #00CAE0;
}
.BgClassName
{
background-color: #00CAE0;
}
</style>
border-color css
<style>
span { border-color: #00CAE0; }
span { border-color: rgb(0,202,224); }
td.TdClassName
{
border-color: #00CAE0;
}
.TagClassName
{
border-color: #00CAE0;
}
</style>