Shades of Dark Turquoise #0FC6DC
Tints of Dark Turquoise #0FC6DC
RGB
CMYK
RGB Variations
Color information
#0FC6DC (or 0x0FC6DC) is known color: Dark Turquoise. HEX triplet: 0F, C6 and DC. RGB value is (15,198,220). Sum of RGB (Red+Green+Blue) = 15+198+220=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FC6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC6DC is #F03923. Grayscale: #919191. Windows color (decimal): -15743268 or 14468623. OLE color: 14468623.
HSL color Cylindrical-coordinate representation of color #0FC6DC: hue angle of 186.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC6DC is Cyan = 0.93, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 198 | 220 | - |
| CMYK | 0.93 | 0.1 | 0 | 0.14 |
| HSL | 186.44º | 0.87% | 0.46% | - |
| HSV(B) | 186.44º | 0.93% | 0.86% | - |
| XYZ | 33.31 | 45.66 | 74.77 | - |
| YUV | 145.79 | 169.87 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 220 | 0.93 | 0.1 | 0 | 0.14 | 186.44 | 0.87 | 0.46 |
| Hex | F | C6 | DC | 5D | A | 0 | E | BA | 57 | 2E |
| Octal | 17 | 306 | 334 | 135 | 12 | 0 | 16 | 272 | 127 | 56 |
| Binary | 1111 | 11000110 | 11011100 | 1011101 | 1010 | 0 | 1110 | 10111010 | 1010111 | 101110 |
Color Harmonies of #0FC6DC
Complementary color
Monochromatic Colors of #0FC6DC
Black with #0FC6DC
Text Example
Text Example
White with #0FC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC6DC; }
p { color: rgb(15,198,220); }
H1.HeaderClassName
{
color: #0FC6DC;
}
.AnyTagClassName
{
color: #0FC6DC;
}
</style>
background-color css
<style>
a { background-color: #0FC6DC; }
a { background-color: rgb(15,198,220); }
div.DivClassName
{
background-color: #0FC6DC;
}
.BgClassName
{
background-color: #0FC6DC;
}
</style>
border-color css
<style>
span { border-color: #0FC6DC; }
span { border-color: rgb(15,198,220); }
td.TdClassName
{
border-color: #0FC6DC;
}
.TagClassName
{
border-color: #0FC6DC;
}
</style>