Shades of Dark Turquoise #0FC9DF
Tints of Dark Turquoise #0FC9DF
RGB
CMYK
RGB Variations
Color information
#0FC9DF (or 0x0FC9DF) is known color: Dark Turquoise. HEX triplet: 0F, C9 and DF. RGB value is (15,201,223). Sum of RGB (Red+Green+Blue) = 15+201+223=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FC9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC9DF is #F03620. Grayscale: #939393. Windows color (decimal): -15742497 or 14665999. OLE color: 14665999.
HSL color Cylindrical-coordinate representation of color #0FC9DF: hue angle of 186.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC9DF is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 201 | 223 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.13 |
| HSL | 186.35º | 0.87% | 0.47% | - |
| HSV(B) | 186.35º | 0.93% | 0.87% | - |
| XYZ | 34.4 | 47.2 | 77.11 | - |
| YUV | 147.89 | 170.38 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 223 | 0.93 | 0.10 | 0 | 0.13 | 186.35 | 0.87 | 0.47 |
| Hex | F | C9 | DF | 5D | A | 0 | D | BA | 57 | 2F |
| Octal | 17 | 311 | 337 | 135 | 12 | 0 | 15 | 272 | 127 | 57 |
| Binary | 1111 | 11001001 | 11011111 | 1011101 | 1010 | 0 | 1101 | 10111010 | 1010111 | 101111 |
Color Harmonies of #0FC9DF
Complementary color
Monochromatic Colors of #0FC9DF
Black with #0FC9DF
Text Example
Text Example
White with #0FC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC9DF; }
p { color: rgb(15,201,223); }
H1.HeaderClassName
{
color: #0FC9DF;
}
.AnyTagClassName
{
color: #0FC9DF;
}
</style>
background-color css
<style>
a { background-color: #0FC9DF; }
a { background-color: rgb(15,201,223); }
div.DivClassName
{
background-color: #0FC9DF;
}
.BgClassName
{
background-color: #0FC9DF;
}
</style>
border-color css
<style>
span { border-color: #0FC9DF; }
span { border-color: rgb(15,201,223); }
td.TdClassName
{
border-color: #0FC9DF;
}
.TagClassName
{
border-color: #0FC9DF;
}
</style>