Shades of Dark Turquoise #0DD0DF
Tints of Dark Turquoise #0DD0DF
RGB
CMYK
RGB Variations
Color information
#0DD0DF (or 0x0DD0DF) is known color: Dark Turquoise. HEX triplet: 0D, D0 and DF. RGB value is (13,208,223). Sum of RGB (Red+Green+Blue) = 13+208+223=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DD0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD0DF is #F22F20. Grayscale: #979797. Windows color (decimal): -15871777 or 14667789. OLE color: 14667789.
HSL color Cylindrical-coordinate representation of color #0DD0DF: hue angle of 184.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0DF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 208 | 223 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.13 |
| HSL | 184.29º | 0.89% | 0.46% | - |
| HSV(B) | 184.29º | 0.94% | 0.87% | - |
| XYZ | 36.04 | 50.53 | 77.66 | - |
| YUV | 151.41 | 168.4 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 223 | 0.94 | 0.07 | 0 | 0.13 | 184.29 | 0.89 | 0.46 |
| Hex | D | D0 | DF | 5E | 7 | 0 | D | B8 | 59 | 2E |
| Octal | 15 | 320 | 337 | 136 | 7 | 0 | 15 | 270 | 131 | 56 |
| Binary | 1101 | 11010000 | 11011111 | 1011110 | 111 | 0 | 1101 | 10111000 | 1011001 | 101110 |
Color Harmonies of #0DD0DF
Complementary color
Monochromatic Colors of #0DD0DF
Black with #0DD0DF
Text Example
Text Example
White with #0DD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD0DF; }
p { color: rgb(13,208,223); }
H1.HeaderClassName
{
color: #0DD0DF;
}
.AnyTagClassName
{
color: #0DD0DF;
}
</style>
background-color css
<style>
a { background-color: #0DD0DF; }
a { background-color: rgb(13,208,223); }
div.DivClassName
{
background-color: #0DD0DF;
}
.BgClassName
{
background-color: #0DD0DF;
}
</style>
border-color css
<style>
span { border-color: #0DD0DF; }
span { border-color: rgb(13,208,223); }
td.TdClassName
{
border-color: #0DD0DF;
}
.TagClassName
{
border-color: #0DD0DF;
}
</style>