Shades of Dark Turquoise #0FDCCC
Tints of Dark Turquoise #0FDCCC
RGB
CMYK
RGB Variations
Color information
#0FDCCC (or 0x0FDCCC) is known color: Dark Turquoise. HEX triplet: 0F, DC and CC. RGB value is (15,220,204). Sum of RGB (Red+Green+Blue) = 15+220+204=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCCC is #F02333. Grayscale: #9C9C9C. Windows color (decimal): -15737652 or 13425679. OLE color: 13425679.
HSL color Cylindrical-coordinate representation of color #0FDCCC: hue angle of 175.32º 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 #0FDCCC is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 204 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.14 |
| HSL | 175.32º | 0.87% | 0.46% | - |
| HSV(B) | 175.32º | 0.93% | 0.86% | - |
| XYZ | 36.69 | 55.65 | 65.93 | - |
| YUV | 156.88 | 154.58 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 204 | 0.93 | 0 | 0.07 | 0.14 | 175.32 | 0.87 | 0.46 |
| Hex | F | DC | CC | 5D | 0 | 7 | E | AF | 57 | 2E |
| Octal | 17 | 334 | 314 | 135 | 0 | 7 | 16 | 257 | 127 | 56 |
| Binary | 1111 | 11011100 | 11001100 | 1011101 | 0 | 111 | 1110 | 10101111 | 1010111 | 101110 |
Color Harmonies of #0FDCCC
Complementary color
Monochromatic Colors of #0FDCCC
Black with #0FDCCC
Text Example
Text Example
White with #0FDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCCC; }
p { color: rgb(15,220,204); }
H1.HeaderClassName
{
color: #0FDCCC;
}
.AnyTagClassName
{
color: #0FDCCC;
}
</style>
background-color css
<style>
a { background-color: #0FDCCC; }
a { background-color: rgb(15,220,204); }
div.DivClassName
{
background-color: #0FDCCC;
}
.BgClassName
{
background-color: #0FDCCC;
}
</style>
border-color css
<style>
span { border-color: #0FDCCC; }
span { border-color: rgb(15,220,204); }
td.TdClassName
{
border-color: #0FDCCC;
}
.TagClassName
{
border-color: #0FDCCC;
}
</style>