Shades of Dark Turquoise #00CEEA
Tints of Dark Turquoise #00CEEA
RGB
CMYK
RGB Variations
Color information
#00CEEA (or 0x00CEEA) is known color: Dark Turquoise. HEX triplet: 00, CE and EA. RGB value is (0,206,234). Sum of RGB (Red+Green+Blue) = 0+206+234=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #00CEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEEA is #FF3115. Grayscale: #939393. Windows color (decimal): -16724246 or 15388160. OLE color: 15388160.
HSL color Cylindrical-coordinate representation of color #00CEEA: hue angle of 187.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEEA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 206 | 234 | - |
| CMYK | 1 | 0.12 | 0 | 0.08 |
| HSL | 187.18º | 1% | 0.46% | - |
| HSV(B) | 187.18º | 1% | 0.92% | - |
| XYZ | 36.92 | 50.08 | 85.56 | - |
| YUV | 147.6 | 176.75 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 234 | 1 | 0.12 | 0 | 0.08 | 187.18 | 1 | 0.46 |
| Hex | 0 | CE | EA | 64 | C | 0 | 8 | BB | 64 | 2E |
| Octal | 0 | 316 | 352 | 144 | 14 | 0 | 10 | 273 | 144 | 56 |
| Binary | 0 | 11001110 | 11101010 | 1100100 | 1100 | 0 | 1000 | 10111011 | 1100100 | 101110 |
Color Harmonies of #00CEEA
Complementary color
Monochromatic Colors of #00CEEA
Black with #00CEEA
Text Example
Text Example
White with #00CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEEA; }
p { color: rgb(0,206,234); }
H1.HeaderClassName
{
color: #00CEEA;
}
.AnyTagClassName
{
color: #00CEEA;
}
</style>
background-color css
<style>
a { background-color: #00CEEA; }
a { background-color: rgb(0,206,234); }
div.DivClassName
{
background-color: #00CEEA;
}
.BgClassName
{
background-color: #00CEEA;
}
</style>
border-color css
<style>
span { border-color: #00CEEA; }
span { border-color: rgb(0,206,234); }
td.TdClassName
{
border-color: #00CEEA;
}
.TagClassName
{
border-color: #00CEEA;
}
</style>