Shades of Dark Turquoise #0FC7DC
Tints of Dark Turquoise #0FC7DC
RGB
CMYK
RGB Variations
Color information
#0FC7DC (or 0x0FC7DC) is known color: Dark Turquoise. HEX triplet: 0F, C7 and DC. RGB value is (15,199,220). Sum of RGB (Red+Green+Blue) = 15+199+220=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FC7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC7DC is #F03823. Grayscale: #929292. Windows color (decimal): -15743012 or 14468879. OLE color: 14468879.
HSL color Cylindrical-coordinate representation of color #0FC7DC: hue angle of 186.15º 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 #0FC7DC is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 199 | 220 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.14 |
| HSL | 186.15º | 0.87% | 0.46% | - |
| HSV(B) | 186.15º | 0.93% | 0.86% | - |
| XYZ | 33.54 | 46.12 | 74.84 | - |
| YUV | 146.38 | 169.54 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 220 | 0.93 | 0.10 | 0 | 0.14 | 186.15 | 0.87 | 0.46 |
| Hex | F | C7 | DC | 5D | A | 0 | E | BA | 57 | 2E |
| Octal | 17 | 307 | 334 | 135 | 12 | 0 | 16 | 272 | 127 | 56 |
| Binary | 1111 | 11000111 | 11011100 | 1011101 | 1010 | 0 | 1110 | 10111010 | 1010111 | 101110 |
Color Harmonies of #0FC7DC
Complementary color
Monochromatic Colors of #0FC7DC
Black with #0FC7DC
Text Example
Text Example
White with #0FC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC7DC; }
p { color: rgb(15,199,220); }
H1.HeaderClassName
{
color: #0FC7DC;
}
.AnyTagClassName
{
color: #0FC7DC;
}
</style>
background-color css
<style>
a { background-color: #0FC7DC; }
a { background-color: rgb(15,199,220); }
div.DivClassName
{
background-color: #0FC7DC;
}
.BgClassName
{
background-color: #0FC7DC;
}
</style>
border-color css
<style>
span { border-color: #0FC7DC; }
span { border-color: rgb(15,199,220); }
td.TdClassName
{
border-color: #0FC7DC;
}
.TagClassName
{
border-color: #0FC7DC;
}
</style>