Shades of Dark Turquoise #0FD4DB
Tints of Dark Turquoise #0FD4DB
RGB
CMYK
RGB Variations
Color information
#0FD4DB (or 0x0FD4DB) is known color: Dark Turquoise. HEX triplet: 0F, D4 and DB. RGB value is (15,212,219). Sum of RGB (Red+Green+Blue) = 15+212+219=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FD4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD4DB is #F02B24. Grayscale: #999999. Windows color (decimal): -15739685 or 14406671. OLE color: 14406671.
HSL color Cylindrical-coordinate representation of color #0FD4DB: hue angle of 182.06º 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 #0FD4DB is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 212 | 219 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.14 |
| HSL | 182.06º | 0.87% | 0.46% | - |
| HSV(B) | 182.06º | 0.93% | 0.86% | - |
| XYZ | 36.53 | 52.3 | 75.19 | - |
| YUV | 153.9 | 164.73 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 212 | 219 | 0.93 | 0.03 | 0 | 0.14 | 182.06 | 0.87 | 0.46 |
| Hex | F | D4 | DB | 5D | 3 | 0 | E | B6 | 57 | 2E |
| Octal | 17 | 324 | 333 | 135 | 3 | 0 | 16 | 266 | 127 | 56 |
| Binary | 1111 | 11010100 | 11011011 | 1011101 | 11 | 0 | 1110 | 10110110 | 1010111 | 101110 |
Color Harmonies of #0FD4DB
Complementary color
Monochromatic Colors of #0FD4DB
Black with #0FD4DB
Text Example
Text Example
White with #0FD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD4DB; }
p { color: rgb(15,212,219); }
H1.HeaderClassName
{
color: #0FD4DB;
}
.AnyTagClassName
{
color: #0FD4DB;
}
</style>
background-color css
<style>
a { background-color: #0FD4DB; }
a { background-color: rgb(15,212,219); }
div.DivClassName
{
background-color: #0FD4DB;
}
.BgClassName
{
background-color: #0FD4DB;
}
</style>
border-color css
<style>
span { border-color: #0FD4DB; }
span { border-color: rgb(15,212,219); }
td.TdClassName
{
border-color: #0FD4DB;
}
.TagClassName
{
border-color: #0FD4DB;
}
</style>