Shades of Dark Turquoise #0FDBCE
Tints of Dark Turquoise #0FDBCE
RGB
CMYK
RGB Variations
Color information
#0FDBCE (or 0x0FDBCE) is known color: Dark Turquoise. HEX triplet: 0F, DB and CE. RGB value is (15,219,206). Sum of RGB (Red+Green+Blue) = 15+219+206=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBCE is #F02431. Grayscale: #9C9C9C. Windows color (decimal): -15737906 or 13556495. OLE color: 13556495.
HSL color Cylindrical-coordinate representation of color #0FDBCE: hue angle of 176.18º 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 #0FDBCE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 206 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.14 |
| HSL | 176.18º | 0.87% | 0.46% | - |
| HSV(B) | 176.18º | 0.93% | 0.86% | - |
| XYZ | 36.67 | 55.22 | 67.12 | - |
| YUV | 156.52 | 155.91 | 27.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 206 | 0.93 | 0 | 0.06 | 0.14 | 176.18 | 0.87 | 0.46 |
| Hex | F | DB | CE | 5D | 0 | 6 | E | B0 | 57 | 2E |
| Octal | 17 | 333 | 316 | 135 | 0 | 6 | 16 | 260 | 127 | 56 |
| Binary | 1111 | 11011011 | 11001110 | 1011101 | 0 | 110 | 1110 | 10110000 | 1010111 | 101110 |
Color Harmonies of #0FDBCE
Complementary color
Monochromatic Colors of #0FDBCE
Black with #0FDBCE
Text Example
Text Example
White with #0FDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBCE; }
p { color: rgb(15,219,206); }
H1.HeaderClassName
{
color: #0FDBCE;
}
.AnyTagClassName
{
color: #0FDBCE;
}
</style>
background-color css
<style>
a { background-color: #0FDBCE; }
a { background-color: rgb(15,219,206); }
div.DivClassName
{
background-color: #0FDBCE;
}
.BgClassName
{
background-color: #0FDBCE;
}
</style>
border-color css
<style>
span { border-color: #0FDBCE; }
span { border-color: rgb(15,219,206); }
td.TdClassName
{
border-color: #0FDBCE;
}
.TagClassName
{
border-color: #0FDBCE;
}
</style>