Shades of Dark Turquoise #0FCFDC
Tints of Dark Turquoise #0FCFDC
RGB
CMYK
RGB Variations
Color information
#0FCFDC (or 0x0FCFDC) is known color: Dark Turquoise. HEX triplet: 0F, CF and DC. RGB value is (15,207,220). Sum of RGB (Red+Green+Blue) = 15+207+220=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FCFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFDC is #F03023. Grayscale: #969696. Windows color (decimal): -15740964 or 14470927. OLE color: 14470927.
HSL color Cylindrical-coordinate representation of color #0FCFDC: hue angle of 183.8º 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 #0FCFDC is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 207 | 220 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.14 |
| HSL | 183.8º | 0.87% | 0.46% | - |
| HSV(B) | 183.8º | 0.93% | 0.86% | - |
| XYZ | 35.43 | 49.89 | 75.47 | - |
| YUV | 151.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 220 | 0.93 | 0.06 | 0 | 0.14 | 183.8 | 0.87 | 0.46 |
| Hex | F | CF | DC | 5D | 6 | 0 | E | B8 | 57 | 2E |
| Octal | 17 | 317 | 334 | 135 | 6 | 0 | 16 | 270 | 127 | 56 |
| Binary | 1111 | 11001111 | 11011100 | 1011101 | 110 | 0 | 1110 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCFDC
Complementary color
Monochromatic Colors of #0FCFDC
Black with #0FCFDC
Text Example
Text Example
White with #0FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFDC; }
p { color: rgb(15,207,220); }
H1.HeaderClassName
{
color: #0FCFDC;
}
.AnyTagClassName
{
color: #0FCFDC;
}
</style>
background-color css
<style>
a { background-color: #0FCFDC; }
a { background-color: rgb(15,207,220); }
div.DivClassName
{
background-color: #0FCFDC;
}
.BgClassName
{
background-color: #0FCFDC;
}
</style>
border-color css
<style>
span { border-color: #0FCFDC; }
span { border-color: rgb(15,207,220); }
td.TdClassName
{
border-color: #0FCFDC;
}
.TagClassName
{
border-color: #0FCFDC;
}
</style>