Shades of Dark Turquoise #0CC6DA
Tints of Dark Turquoise #0CC6DA
RGB
CMYK
RGB Variations
Color information
#0CC6DA (or 0x0CC6DA) is known color: Dark Turquoise. HEX triplet: 0C, C6 and DA. RGB value is (12,198,218). Sum of RGB (Red+Green+Blue) = 12+198+218=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CC6DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC6DA is #F33925. Grayscale: #909090. Windows color (decimal): -15939878 or 14337548. OLE color: 14337548.
HSL color Cylindrical-coordinate representation of color #0CC6DA: hue angle of 185.83º 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 #0CC6DA is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 198 | 218 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.15 |
| HSL | 185.83º | 0.9% | 0.45% | - |
| HSV(B) | 185.83º | 0.94% | 0.85% | - |
| XYZ | 33 | 45.53 | 73.38 | - |
| YUV | 144.67 | 169.38 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 198 | 218 | 0.94 | 0.09 | 0 | 0.15 | 185.83 | 0.9 | 0.45 |
| Hex | C | C6 | DA | 5E | 9 | 0 | F | BA | 5A | 2D |
| Octal | 14 | 306 | 332 | 136 | 11 | 0 | 17 | 272 | 132 | 55 |
| Binary | 1100 | 11000110 | 11011010 | 1011110 | 1001 | 0 | 1111 | 10111010 | 1011010 | 101101 |
Color Harmonies of #0CC6DA
Complementary color
Monochromatic Colors of #0CC6DA
Black with #0CC6DA
Text Example
Text Example
White with #0CC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC6DA; }
p { color: rgb(12,198,218); }
H1.HeaderClassName
{
color: #0CC6DA;
}
.AnyTagClassName
{
color: #0CC6DA;
}
</style>
background-color css
<style>
a { background-color: #0CC6DA; }
a { background-color: rgb(12,198,218); }
div.DivClassName
{
background-color: #0CC6DA;
}
.BgClassName
{
background-color: #0CC6DA;
}
</style>
border-color css
<style>
span { border-color: #0CC6DA; }
span { border-color: rgb(12,198,218); }
td.TdClassName
{
border-color: #0CC6DA;
}
.TagClassName
{
border-color: #0CC6DA;
}
</style>