Shades of Dark Turquoise #00CAE7
Tints of Dark Turquoise #00CAE7
RGB
CMYK
RGB Variations
Color information
#00CAE7 (or 0x00CAE7) is known color: Dark Turquoise. HEX triplet: 00, CA and E7. RGB value is (0,202,231). Sum of RGB (Red+Green+Blue) = 0+202+231=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #00CAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAE7 is #FF3518. Grayscale: #909090. Windows color (decimal): -16725273 or 15190528. OLE color: 15190528.
HSL color Cylindrical-coordinate representation of color #00CAE7: hue angle of 187.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAE7 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 202 | 231 | - |
| CMYK | 1 | 0.13 | 0 | 0.09 |
| HSL | 187.53º | 1% | 0.45% | - |
| HSV(B) | 187.53º | 1% | 0.91% | - |
| XYZ | 35.54 | 48.01 | 82.99 | - |
| YUV | 144.91 | 176.58 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 231 | 1 | 0.13 | 0 | 0.09 | 187.53 | 1 | 0.45 |
| Hex | 0 | CA | E7 | 64 | D | 0 | 9 | BC | 64 | 2D |
| Octal | 0 | 312 | 347 | 144 | 15 | 0 | 11 | 274 | 144 | 55 |
| Binary | 0 | 11001010 | 11100111 | 1100100 | 1101 | 0 | 1001 | 10111100 | 1100100 | 101101 |
Color Harmonies of #00CAE7
Complementary color
Monochromatic Colors of #00CAE7
Black with #00CAE7
Text Example
Text Example
White with #00CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAE7; }
p { color: rgb(0,202,231); }
H1.HeaderClassName
{
color: #00CAE7;
}
.AnyTagClassName
{
color: #00CAE7;
}
</style>
background-color css
<style>
a { background-color: #00CAE7; }
a { background-color: rgb(0,202,231); }
div.DivClassName
{
background-color: #00CAE7;
}
.BgClassName
{
background-color: #00CAE7;
}
</style>
border-color css
<style>
span { border-color: #00CAE7; }
span { border-color: rgb(0,202,231); }
td.TdClassName
{
border-color: #00CAE7;
}
.TagClassName
{
border-color: #00CAE7;
}
</style>