Shades of Dark Turquoise #00C7DC
Tints of Dark Turquoise #00C7DC
RGB
CMYK
RGB Variations
Color information
#00C7DC (or 0x00C7DC) is known color: Dark Turquoise. HEX triplet: 00, C7 and DC. RGB value is (0,199,220). Sum of RGB (Red+Green+Blue) = 0+199+220=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #00C7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7DC is #FF3823. Grayscale: #8D8D8D. Windows color (decimal): -16726052 or 14468864. OLE color: 14468864.
HSL color Cylindrical-coordinate representation of color #00C7DC: hue angle of 185.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7DC is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 199 | 220 | - |
| CMYK | 1 | 0.10 | 0 | 0.14 |
| HSL | 185.73º | 1% | 0.43% | - |
| HSV(B) | 185.73º | 1% | 0.86% | - |
| XYZ | 33.34 | 46.01 | 74.83 | - |
| YUV | 141.89 | 172.07 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 199 | 220 | 1 | 0.10 | 0 | 0.14 | 185.73 | 1 | 0.43 |
| Hex | 0 | C7 | DC | 64 | A | 0 | E | BA | 64 | 2B |
| Octal | 0 | 307 | 334 | 144 | 12 | 0 | 16 | 272 | 144 | 53 |
| Binary | 0 | 11000111 | 11011100 | 1100100 | 1010 | 0 | 1110 | 10111010 | 1100100 | 101011 |
Color Harmonies of #00C7DC
Complementary color
Monochromatic Colors of #00C7DC
Black with #00C7DC
Text Example
Text Example
White with #00C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C7DC; }
p { color: rgb(0,199,220); }
H1.HeaderClassName
{
color: #00C7DC;
}
.AnyTagClassName
{
color: #00C7DC;
}
</style>
background-color css
<style>
a { background-color: #00C7DC; }
a { background-color: rgb(0,199,220); }
div.DivClassName
{
background-color: #00C7DC;
}
.BgClassName
{
background-color: #00C7DC;
}
</style>
border-color css
<style>
span { border-color: #00C7DC; }
span { border-color: rgb(0,199,220); }
td.TdClassName
{
border-color: #00C7DC;
}
.TagClassName
{
border-color: #00C7DC;
}
</style>