Shades of Dark Turquoise #0FC6D9
Tints of Dark Turquoise #0FC6D9
RGB
CMYK
RGB Variations
Color information
#0FC6D9 (or 0x0FC6D9) is known color: Dark Turquoise. HEX triplet: 0F, C6 and D9. RGB value is (15,198,217). Sum of RGB (Red+Green+Blue) = 15+198+217=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #0FC6D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC6D9 is #F03926. Grayscale: #919191. Windows color (decimal): -15743271 or 14272015. OLE color: 14272015.
HSL color Cylindrical-coordinate representation of color #0FC6D9: hue angle of 185.64º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC6D9 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 198 | 217 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.15 |
| HSL | 185.64º | 0.87% | 0.45% | - |
| HSV(B) | 185.64º | 0.93% | 0.85% | - |
| XYZ | 32.92 | 45.5 | 72.69 | - |
| YUV | 145.45 | 168.37 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 217 | 0.93 | 0.09 | 0 | 0.15 | 185.64 | 0.87 | 0.45 |
| Hex | F | C6 | D9 | 5D | 9 | 0 | F | BA | 57 | 2D |
| Octal | 17 | 306 | 331 | 135 | 11 | 0 | 17 | 272 | 127 | 55 |
| Binary | 1111 | 11000110 | 11011001 | 1011101 | 1001 | 0 | 1111 | 10111010 | 1010111 | 101101 |
Color Harmonies of #0FC6D9
Complementary color
Monochromatic Colors of #0FC6D9
Black with #0FC6D9
Text Example
Text Example
White with #0FC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC6D9; }
p { color: rgb(15,198,217); }
H1.HeaderClassName
{
color: #0FC6D9;
}
.AnyTagClassName
{
color: #0FC6D9;
}
</style>
background-color css
<style>
a { background-color: #0FC6D9; }
a { background-color: rgb(15,198,217); }
div.DivClassName
{
background-color: #0FC6D9;
}
.BgClassName
{
background-color: #0FC6D9;
}
</style>
border-color css
<style>
span { border-color: #0FC6D9; }
span { border-color: rgb(15,198,217); }
td.TdClassName
{
border-color: #0FC6D9;
}
.TagClassName
{
border-color: #0FC6D9;
}
</style>