Shades of Dark Turquoise #00C6E0
Tints of Dark Turquoise #00C6E0
RGB
CMYK
RGB Variations
Color information
#00C6E0 (or 0x00C6E0) is known color: Dark Turquoise. HEX triplet: 00, C6 and E0. RGB value is (0,198,224). Sum of RGB (Red+Green+Blue) = 0+198+224=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #00C6E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C6E0 is #FF391F. Grayscale: #8D8D8D. Windows color (decimal): -16726304 or 14730752. OLE color: 14730752.
HSL color Cylindrical-coordinate representation of color #00C6E0: hue angle of 186.96º 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 #00C6E0 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 198 | 224 | - |
| CMYK | 1 | 0.12 | 0 | 0.12 |
| HSL | 186.96º | 1% | 0.44% | - |
| HSV(B) | 186.96º | 1% | 0.88% | - |
| XYZ | 33.65 | 45.77 | 77.58 | - |
| YUV | 141.76 | 174.4 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 198 | 224 | 1 | 0.12 | 0 | 0.12 | 186.96 | 1 | 0.44 |
| Hex | 0 | C6 | E0 | 64 | C | 0 | C | BB | 64 | 2C |
| Octal | 0 | 306 | 340 | 144 | 14 | 0 | 14 | 273 | 144 | 54 |
| Binary | 0 | 11000110 | 11100000 | 1100100 | 1100 | 0 | 1100 | 10111011 | 1100100 | 101100 |
Color Harmonies of #00C6E0
Complementary color
Monochromatic Colors of #00C6E0
Black with #00C6E0
Text Example
Text Example
White with #00C6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C6E0; }
p { color: rgb(0,198,224); }
H1.HeaderClassName
{
color: #00C6E0;
}
.AnyTagClassName
{
color: #00C6E0;
}
</style>
background-color css
<style>
a { background-color: #00C6E0; }
a { background-color: rgb(0,198,224); }
div.DivClassName
{
background-color: #00C6E0;
}
.BgClassName
{
background-color: #00C6E0;
}
</style>
border-color css
<style>
span { border-color: #00C6E0; }
span { border-color: rgb(0,198,224); }
td.TdClassName
{
border-color: #00C6E0;
}
.TagClassName
{
border-color: #00C6E0;
}
</style>