Shades of Dark Turquoise #0CC0DA
Tints of Dark Turquoise #0CC0DA
RGB
CMYK
RGB Variations
Color information
#0CC0DA (or 0x0CC0DA) is known color: Dark Turquoise. HEX triplet: 0C, C0 and DA. RGB value is (12,192,218). Sum of RGB (Red+Green+Blue) = 12+192+218=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CC0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC0DA is #F33F25. Grayscale: #8C8C8C. Windows color (decimal): -15941414 or 14336012. OLE color: 14336012.
HSL color Cylindrical-coordinate representation of color #0CC0DA: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC0DA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 192 | 218 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.15 |
| HSL | 187.57º | 0.9% | 0.45% | - |
| HSV(B) | 187.57º | 0.94% | 0.85% | - |
| XYZ | 31.66 | 42.84 | 72.93 | - |
| YUV | 141.14 | 171.37 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 218 | 0.94 | 0.12 | 0 | 0.15 | 187.57 | 0.9 | 0.45 |
| Hex | C | C0 | DA | 5E | C | 0 | F | BC | 5A | 2D |
| Octal | 14 | 300 | 332 | 136 | 14 | 0 | 17 | 274 | 132 | 55 |
| Binary | 1100 | 11000000 | 11011010 | 1011110 | 1100 | 0 | 1111 | 10111100 | 1011010 | 101101 |
Color Harmonies of #0CC0DA
Complementary color
Monochromatic Colors of #0CC0DA
Black with #0CC0DA
Text Example
Text Example
White with #0CC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC0DA; }
p { color: rgb(12,192,218); }
H1.HeaderClassName
{
color: #0CC0DA;
}
.AnyTagClassName
{
color: #0CC0DA;
}
</style>
background-color css
<style>
a { background-color: #0CC0DA; }
a { background-color: rgb(12,192,218); }
div.DivClassName
{
background-color: #0CC0DA;
}
.BgClassName
{
background-color: #0CC0DA;
}
</style>
border-color css
<style>
span { border-color: #0CC0DA; }
span { border-color: rgb(12,192,218); }
td.TdClassName
{
border-color: #0CC0DA;
}
.TagClassName
{
border-color: #0CC0DA;
}
</style>