Shades of Dark Turquoise #0FC5DC
Tints of Dark Turquoise #0FC5DC
RGB
CMYK
RGB Variations
Color information
#0FC5DC (or 0x0FC5DC) is known color: Dark Turquoise. HEX triplet: 0F, C5 and DC. RGB value is (15,197,220). Sum of RGB (Red+Green+Blue) = 15+197+220=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FC5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5DC is #F03A23. Grayscale: #909090. Windows color (decimal): -15743524 or 14468367. OLE color: 14468367.
HSL color Cylindrical-coordinate representation of color #0FC5DC: hue angle of 186.73º 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 #0FC5DC is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 197 | 220 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.14 |
| HSL | 186.73º | 0.87% | 0.46% | - |
| HSV(B) | 186.73º | 0.93% | 0.86% | - |
| XYZ | 33.08 | 45.2 | 74.69 | - |
| YUV | 145.2 | 170.2 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 220 | 0.93 | 0.10 | 0 | 0.14 | 186.73 | 0.87 | 0.46 |
| Hex | F | C5 | DC | 5D | A | 0 | E | BB | 57 | 2E |
| Octal | 17 | 305 | 334 | 135 | 12 | 0 | 16 | 273 | 127 | 56 |
| Binary | 1111 | 11000101 | 11011100 | 1011101 | 1010 | 0 | 1110 | 10111011 | 1010111 | 101110 |
Color Harmonies of #0FC5DC
Complementary color
Monochromatic Colors of #0FC5DC
Black with #0FC5DC
Text Example
Text Example
White with #0FC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC5DC; }
p { color: rgb(15,197,220); }
H1.HeaderClassName
{
color: #0FC5DC;
}
.AnyTagClassName
{
color: #0FC5DC;
}
</style>
background-color css
<style>
a { background-color: #0FC5DC; }
a { background-color: rgb(15,197,220); }
div.DivClassName
{
background-color: #0FC5DC;
}
.BgClassName
{
background-color: #0FC5DC;
}
</style>
border-color css
<style>
span { border-color: #0FC5DC; }
span { border-color: rgb(15,197,220); }
td.TdClassName
{
border-color: #0FC5DC;
}
.TagClassName
{
border-color: #0FC5DC;
}
</style>