Shades of Dark Turquoise #00C0DA
Tints of Dark Turquoise #00C0DA
RGB
CMYK
RGB Variations
Color information
#00C0DA (or 0x00C0DA) is known color: Dark Turquoise. HEX triplet: 00, C0 and DA. RGB value is (0,192,218). Sum of RGB (Red+Green+Blue) = 0+192+218=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #00C0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0DA is #FF3F25. Grayscale: #898989. Windows color (decimal): -16727846 or 14336000. OLE color: 14336000.
HSL color Cylindrical-coordinate representation of color #00C0DA: hue angle of 187.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0DA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 192 | 218 | - |
| CMYK | 1 | 0.12 | 0 | 0.15 |
| HSL | 187.16º | 1% | 0.43% | - |
| HSV(B) | 187.16º | 1% | 0.85% | - |
| XYZ | 31.5 | 42.76 | 72.92 | - |
| YUV | 137.56 | 173.39 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 218 | 1 | 0.12 | 0 | 0.15 | 187.16 | 1 | 0.43 |
| Hex | 0 | C0 | DA | 64 | C | 0 | F | BB | 64 | 2B |
| Octal | 0 | 300 | 332 | 144 | 14 | 0 | 17 | 273 | 144 | 53 |
| Binary | 0 | 11000000 | 11011010 | 1100100 | 1100 | 0 | 1111 | 10111011 | 1100100 | 101011 |
Color Harmonies of #00C0DA
Complementary color
Monochromatic Colors of #00C0DA
Black with #00C0DA
Text Example
Text Example
White with #00C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0DA; }
p { color: rgb(0,192,218); }
H1.HeaderClassName
{
color: #00C0DA;
}
.AnyTagClassName
{
color: #00C0DA;
}
</style>
background-color css
<style>
a { background-color: #00C0DA; }
a { background-color: rgb(0,192,218); }
div.DivClassName
{
background-color: #00C0DA;
}
.BgClassName
{
background-color: #00C0DA;
}
</style>
border-color css
<style>
span { border-color: #00C0DA; }
span { border-color: rgb(0,192,218); }
td.TdClassName
{
border-color: #00C0DA;
}
.TagClassName
{
border-color: #00C0DA;
}
</style>