Shades of Dark Turquoise #0FD5DB
Tints of Dark Turquoise #0FD5DB
RGB
CMYK
RGB Variations
Color information
#0FD5DB (or 0x0FD5DB) is known color: Dark Turquoise. HEX triplet: 0F, D5 and DB. RGB value is (15,213,219). Sum of RGB (Red+Green+Blue) = 15+213+219=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FD5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD5DB is #F02A24. Grayscale: #9A9A9A. Windows color (decimal): -15739429 or 14406927. OLE color: 14406927.
HSL color Cylindrical-coordinate representation of color #0FD5DB: hue angle of 181.76º 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 #0FD5DB is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 213 | 219 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.14 |
| HSL | 181.76º | 0.87% | 0.46% | - |
| HSV(B) | 181.76º | 0.93% | 0.86% | - |
| XYZ | 36.78 | 52.8 | 75.27 | - |
| YUV | 154.48 | 164.4 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 219 | 0.93 | 0.03 | 0 | 0.14 | 181.76 | 0.87 | 0.46 |
| Hex | F | D5 | DB | 5D | 3 | 0 | E | B6 | 57 | 2E |
| Octal | 17 | 325 | 333 | 135 | 3 | 0 | 16 | 266 | 127 | 56 |
| Binary | 1111 | 11010101 | 11011011 | 1011101 | 11 | 0 | 1110 | 10110110 | 1010111 | 101110 |
Color Harmonies of #0FD5DB
Complementary color
Monochromatic Colors of #0FD5DB
Black with #0FD5DB
Text Example
Text Example
White with #0FD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD5DB; }
p { color: rgb(15,213,219); }
H1.HeaderClassName
{
color: #0FD5DB;
}
.AnyTagClassName
{
color: #0FD5DB;
}
</style>
background-color css
<style>
a { background-color: #0FD5DB; }
a { background-color: rgb(15,213,219); }
div.DivClassName
{
background-color: #0FD5DB;
}
.BgClassName
{
background-color: #0FD5DB;
}
</style>
border-color css
<style>
span { border-color: #0FD5DB; }
span { border-color: rgb(15,213,219); }
td.TdClassName
{
border-color: #0FD5DB;
}
.TagClassName
{
border-color: #0FD5DB;
}
</style>