Shades of Dark Turquoise #0FC9DC
Tints of Dark Turquoise #0FC9DC
RGB
CMYK
RGB Variations
Color information
#0FC9DC (or 0x0FC9DC) is known color: Dark Turquoise. HEX triplet: 0F, C9 and DC. RGB value is (15,201,220). Sum of RGB (Red+Green+Blue) = 15+201+220=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FC9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC9DC is #F03623. Grayscale: #939393. Windows color (decimal): -15742500 or 14469391. OLE color: 14469391.
HSL color Cylindrical-coordinate representation of color #0FC9DC: hue angle of 185.56º 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 #0FC9DC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 201 | 220 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.14 |
| HSL | 185.56º | 0.87% | 0.46% | - |
| HSV(B) | 185.56º | 0.93% | 0.86% | - |
| XYZ | 34 | 47.04 | 75 | - |
| YUV | 147.55 | 168.88 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 220 | 0.93 | 0.09 | 0 | 0.14 | 185.56 | 0.87 | 0.46 |
| Hex | F | C9 | DC | 5D | 9 | 0 | E | BA | 57 | 2E |
| Octal | 17 | 311 | 334 | 135 | 11 | 0 | 16 | 272 | 127 | 56 |
| Binary | 1111 | 11001001 | 11011100 | 1011101 | 1001 | 0 | 1110 | 10111010 | 1010111 | 101110 |
Color Harmonies of #0FC9DC
Complementary color
Monochromatic Colors of #0FC9DC
Black with #0FC9DC
Text Example
Text Example
White with #0FC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC9DC; }
p { color: rgb(15,201,220); }
H1.HeaderClassName
{
color: #0FC9DC;
}
.AnyTagClassName
{
color: #0FC9DC;
}
</style>
background-color css
<style>
a { background-color: #0FC9DC; }
a { background-color: rgb(15,201,220); }
div.DivClassName
{
background-color: #0FC9DC;
}
.BgClassName
{
background-color: #0FC9DC;
}
</style>
border-color css
<style>
span { border-color: #0FC9DC; }
span { border-color: rgb(15,201,220); }
td.TdClassName
{
border-color: #0FC9DC;
}
.TagClassName
{
border-color: #0FC9DC;
}
</style>