Shades of Dark Turquoise #00CCE9
Tints of Dark Turquoise #00CCE9
RGB
CMYK
RGB Variations
Color information
#00CCE9 (or 0x00CCE9) is known color: Dark Turquoise. HEX triplet: 00, CC and E9. RGB value is (0,204,233). Sum of RGB (Red+Green+Blue) = 0+204+233=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #00CCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CCE9 is #FF3316. Grayscale: #919191. Windows color (decimal): -16724759 or 15322112. OLE color: 15322112.
HSL color Cylindrical-coordinate representation of color #00CCE9: hue angle of 187.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCE9 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 204 | 233 | - |
| CMYK | 1 | 0.12 | 0 | 0.09 |
| HSL | 187.47º | 1% | 0.46% | - |
| HSV(B) | 187.47º | 1% | 0.91% | - |
| XYZ | 36.3 | 49.07 | 84.65 | - |
| YUV | 146.31 | 176.91 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 233 | 1 | 0.12 | 0 | 0.09 | 187.47 | 1 | 0.46 |
| Hex | 0 | CC | E9 | 64 | C | 0 | 9 | BB | 64 | 2E |
| Octal | 0 | 314 | 351 | 144 | 14 | 0 | 11 | 273 | 144 | 56 |
| Binary | 0 | 11001100 | 11101001 | 1100100 | 1100 | 0 | 1001 | 10111011 | 1100100 | 101110 |
Color Harmonies of #00CCE9
Complementary color
Monochromatic Colors of #00CCE9
Black with #00CCE9
Text Example
Text Example
White with #00CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCE9; }
p { color: rgb(0,204,233); }
H1.HeaderClassName
{
color: #00CCE9;
}
.AnyTagClassName
{
color: #00CCE9;
}
</style>
background-color css
<style>
a { background-color: #00CCE9; }
a { background-color: rgb(0,204,233); }
div.DivClassName
{
background-color: #00CCE9;
}
.BgClassName
{
background-color: #00CCE9;
}
</style>
border-color css
<style>
span { border-color: #00CCE9; }
span { border-color: rgb(0,204,233); }
td.TdClassName
{
border-color: #00CCE9;
}
.TagClassName
{
border-color: #00CCE9;
}
</style>