Shades of Dark Turquoise #0FD0DD
Tints of Dark Turquoise #0FD0DD
RGB
CMYK
RGB Variations
Color information
#0FD0DD (or 0x0FD0DD) is known color: Dark Turquoise. HEX triplet: 0F, D0 and DD. RGB value is (15,208,221). Sum of RGB (Red+Green+Blue) = 15+208+221=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FD0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD0DD is #F02F22. Grayscale: #979797. Windows color (decimal): -15740707 or 14536719. OLE color: 14536719.
HSL color Cylindrical-coordinate representation of color #0FD0DD: hue angle of 183.79º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD0DD is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 208 | 221 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.13 |
| HSL | 183.79º | 0.87% | 0.46% | - |
| HSV(B) | 183.79º | 0.93% | 0.87% | - |
| XYZ | 35.8 | 50.43 | 76.25 | - |
| YUV | 151.78 | 167.06 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 221 | 0.93 | 0.06 | 0 | 0.13 | 183.79 | 0.87 | 0.46 |
| Hex | F | D0 | DD | 5D | 6 | 0 | D | B8 | 57 | 2E |
| Octal | 17 | 320 | 335 | 135 | 6 | 0 | 15 | 270 | 127 | 56 |
| Binary | 1111 | 11010000 | 11011101 | 1011101 | 110 | 0 | 1101 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FD0DD
Complementary color
Monochromatic Colors of #0FD0DD
Black with #0FD0DD
Text Example
Text Example
White with #0FD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD0DD; }
p { color: rgb(15,208,221); }
H1.HeaderClassName
{
color: #0FD0DD;
}
.AnyTagClassName
{
color: #0FD0DD;
}
</style>
background-color css
<style>
a { background-color: #0FD0DD; }
a { background-color: rgb(15,208,221); }
div.DivClassName
{
background-color: #0FD0DD;
}
.BgClassName
{
background-color: #0FD0DD;
}
</style>
border-color css
<style>
span { border-color: #0FD0DD; }
span { border-color: rgb(15,208,221); }
td.TdClassName
{
border-color: #0FD0DD;
}
.TagClassName
{
border-color: #0FD0DD;
}
</style>