Shades of Dark Turquoise #00C8E8
Tints of Dark Turquoise #00C8E8
RGB
CMYK
RGB Variations
Color information
#00C8E8 (or 0x00C8E8) is known color: Dark Turquoise. HEX triplet: 00, C8 and E8. RGB value is (0,200,232). Sum of RGB (Red+Green+Blue) = 0+200+232=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #00C8E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C8E8 is #FF3717. Grayscale: #8F8F8F. Windows color (decimal): -16725784 or 15255552. OLE color: 15255552.
HSL color Cylindrical-coordinate representation of color #00C8E8: hue angle of 188.28º 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 #00C8E8 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 200 | 232 | - |
| CMYK | 1 | 0.14 | 0 | 0.09 |
| HSL | 188.28º | 1% | 0.45% | - |
| HSV(B) | 188.28º | 1% | 0.91% | - |
| XYZ | 35.22 | 47.13 | 83.59 | - |
| YUV | 143.85 | 177.74 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 232 | 1 | 0.14 | 0 | 0.09 | 188.28 | 1 | 0.45 |
| Hex | 0 | C8 | E8 | 64 | E | 0 | 9 | BC | 64 | 2D |
| Octal | 0 | 310 | 350 | 144 | 16 | 0 | 11 | 274 | 144 | 55 |
| Binary | 0 | 11001000 | 11101000 | 1100100 | 1110 | 0 | 1001 | 10111100 | 1100100 | 101101 |
Color Harmonies of #00C8E8
Complementary color
Monochromatic Colors of #00C8E8
Black with #00C8E8
Text Example
Text Example
White with #00C8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C8E8; }
p { color: rgb(0,200,232); }
H1.HeaderClassName
{
color: #00C8E8;
}
.AnyTagClassName
{
color: #00C8E8;
}
</style>
background-color css
<style>
a { background-color: #00C8E8; }
a { background-color: rgb(0,200,232); }
div.DivClassName
{
background-color: #00C8E8;
}
.BgClassName
{
background-color: #00C8E8;
}
</style>
border-color css
<style>
span { border-color: #00C8E8; }
span { border-color: rgb(0,200,232); }
td.TdClassName
{
border-color: #00C8E8;
}
.TagClassName
{
border-color: #00C8E8;
}
</style>