Shades of Dark Turquoise #0CC6D7
Tints of Dark Turquoise #0CC6D7
RGB
CMYK
RGB Variations
Color information
#0CC6D7 (or 0x0CC6D7) is known color: Dark Turquoise. HEX triplet: 0C, C6 and D7. RGB value is (12,198,215). Sum of RGB (Red+Green+Blue) = 12+198+215=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #0CC6D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC6D7 is #F33928. Grayscale: #909090. Windows color (decimal): -15939881 or 14140940. OLE color: 14140940.
HSL color Cylindrical-coordinate representation of color #0CC6D7: hue angle of 185.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC6D7 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 198 | 215 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.16 |
| HSL | 185.02º | 0.89% | 0.45% | - |
| HSV(B) | 185.02º | 0.94% | 0.84% | - |
| XYZ | 32.61 | 45.37 | 71.33 | - |
| YUV | 144.32 | 167.88 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 198 | 215 | 0.94 | 0.08 | 0 | 0.16 | 185.02 | 0.89 | 0.45 |
| Hex | C | C6 | D7 | 5E | 8 | 0 | 10 | B9 | 59 | 2D |
| Octal | 14 | 306 | 327 | 136 | 10 | 0 | 20 | 271 | 131 | 55 |
| Binary | 1100 | 11000110 | 11010111 | 1011110 | 1000 | 0 | 10000 | 10111001 | 1011001 | 101101 |
Color Harmonies of #0CC6D7
Complementary color
Monochromatic Colors of #0CC6D7
Black with #0CC6D7
Text Example
Text Example
White with #0CC6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC6D7; }
p { color: rgb(12,198,215); }
H1.HeaderClassName
{
color: #0CC6D7;
}
.AnyTagClassName
{
color: #0CC6D7;
}
</style>
background-color css
<style>
a { background-color: #0CC6D7; }
a { background-color: rgb(12,198,215); }
div.DivClassName
{
background-color: #0CC6D7;
}
.BgClassName
{
background-color: #0CC6D7;
}
</style>
border-color css
<style>
span { border-color: #0CC6D7; }
span { border-color: rgb(12,198,215); }
td.TdClassName
{
border-color: #0CC6D7;
}
.TagClassName
{
border-color: #0CC6D7;
}
</style>