Shades of Dark Turquoise #0FD0D8
Tints of Dark Turquoise #0FD0D8
RGB
CMYK
RGB Variations
Color information
#0FD0D8 (or 0x0FD0D8) is known color: Dark Turquoise. HEX triplet: 0F, D0 and D8. RGB value is (15,208,216). Sum of RGB (Red+Green+Blue) = 15+208+216=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #0FD0D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD0D8 is #F02F27. Grayscale: #969696. Windows color (decimal): -15740712 or 14209039. OLE color: 14209039.
HSL color Cylindrical-coordinate representation of color #0FD0D8: hue angle of 182.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD0D8 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 208 | 216 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.15 |
| HSL | 182.39º | 0.87% | 0.45% | - |
| HSV(B) | 182.39º | 0.93% | 0.85% | - |
| XYZ | 35.15 | 50.17 | 72.8 | - |
| YUV | 151.21 | 164.56 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 216 | 0.93 | 0.04 | 0 | 0.15 | 182.39 | 0.87 | 0.45 |
| Hex | F | D0 | D8 | 5D | 4 | 0 | F | B6 | 57 | 2D |
| Octal | 17 | 320 | 330 | 135 | 4 | 0 | 17 | 266 | 127 | 55 |
| Binary | 1111 | 11010000 | 11011000 | 1011101 | 100 | 0 | 1111 | 10110110 | 1010111 | 101101 |
Color Harmonies of #0FD0D8
Complementary color
Monochromatic Colors of #0FD0D8
Black with #0FD0D8
Text Example
Text Example
White with #0FD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD0D8; }
p { color: rgb(15,208,216); }
H1.HeaderClassName
{
color: #0FD0D8;
}
.AnyTagClassName
{
color: #0FD0D8;
}
</style>
background-color css
<style>
a { background-color: #0FD0D8; }
a { background-color: rgb(15,208,216); }
div.DivClassName
{
background-color: #0FD0D8;
}
.BgClassName
{
background-color: #0FD0D8;
}
</style>
border-color css
<style>
span { border-color: #0FD0D8; }
span { border-color: rgb(15,208,216); }
td.TdClassName
{
border-color: #0FD0D8;
}
.TagClassName
{
border-color: #0FD0D8;
}
</style>