Shades of Dark Turquoise #0FD2DC
Tints of Dark Turquoise #0FD2DC
RGB
CMYK
RGB Variations
Color information
#0FD2DC (or 0x0FD2DC) is known color: Dark Turquoise. HEX triplet: 0F, D2 and DC. RGB value is (15,210,220). Sum of RGB (Red+Green+Blue) = 15+210+220=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FD2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD2DC is #F02D23. Grayscale: #989898. Windows color (decimal): -15740196 or 14471695. OLE color: 14471695.
HSL color Cylindrical-coordinate representation of color #0FD2DC: hue angle of 182.93º 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 #0FD2DC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 210 | 220 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.14 |
| HSL | 182.93º | 0.87% | 0.46% | - |
| HSV(B) | 182.93º | 0.93% | 0.86% | - |
| XYZ | 36.16 | 51.36 | 75.72 | - |
| YUV | 152.84 | 165.9 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 220 | 0.93 | 0.05 | 0 | 0.14 | 182.93 | 0.87 | 0.46 |
| Hex | F | D2 | DC | 5D | 5 | 0 | E | B7 | 57 | 2E |
| Octal | 17 | 322 | 334 | 135 | 5 | 0 | 16 | 267 | 127 | 56 |
| Binary | 1111 | 11010010 | 11011100 | 1011101 | 101 | 0 | 1110 | 10110111 | 1010111 | 101110 |
Color Harmonies of #0FD2DC
Complementary color
Monochromatic Colors of #0FD2DC
Black with #0FD2DC
Text Example
Text Example
White with #0FD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD2DC; }
p { color: rgb(15,210,220); }
H1.HeaderClassName
{
color: #0FD2DC;
}
.AnyTagClassName
{
color: #0FD2DC;
}
</style>
background-color css
<style>
a { background-color: #0FD2DC; }
a { background-color: rgb(15,210,220); }
div.DivClassName
{
background-color: #0FD2DC;
}
.BgClassName
{
background-color: #0FD2DC;
}
</style>
border-color css
<style>
span { border-color: #0FD2DC; }
span { border-color: rgb(15,210,220); }
td.TdClassName
{
border-color: #0FD2DC;
}
.TagClassName
{
border-color: #0FD2DC;
}
</style>