Shades of Dark Turquoise #0DD2DF
Tints of Dark Turquoise #0DD2DF
RGB
CMYK
RGB Variations
Color information
#0DD2DF (or 0x0DD2DF) is known color: Dark Turquoise. HEX triplet: 0D, D2 and DF. RGB value is (13,210,223). Sum of RGB (Red+Green+Blue) = 13+210+223=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DD2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD2DF is #F22D20. Grayscale: #989898. Windows color (decimal): -15871265 or 14668301. OLE color: 14668301.
HSL color Cylindrical-coordinate representation of color #0DD2DF: hue angle of 183.71º 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 #0DD2DF is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 210 | 223 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.13 |
| HSL | 183.71º | 0.89% | 0.46% | - |
| HSV(B) | 183.71º | 0.94% | 0.87% | - |
| XYZ | 36.53 | 51.51 | 77.83 | - |
| YUV | 152.58 | 167.73 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 223 | 0.94 | 0.06 | 0 | 0.13 | 183.71 | 0.89 | 0.46 |
| Hex | D | D2 | DF | 5E | 6 | 0 | D | B8 | 59 | 2E |
| Octal | 15 | 322 | 337 | 136 | 6 | 0 | 15 | 270 | 131 | 56 |
| Binary | 1101 | 11010010 | 11011111 | 1011110 | 110 | 0 | 1101 | 10111000 | 1011001 | 101110 |
Color Harmonies of #0DD2DF
Complementary color
Monochromatic Colors of #0DD2DF
Black with #0DD2DF
Text Example
Text Example
White with #0DD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD2DF; }
p { color: rgb(13,210,223); }
H1.HeaderClassName
{
color: #0DD2DF;
}
.AnyTagClassName
{
color: #0DD2DF;
}
</style>
background-color css
<style>
a { background-color: #0DD2DF; }
a { background-color: rgb(13,210,223); }
div.DivClassName
{
background-color: #0DD2DF;
}
.BgClassName
{
background-color: #0DD2DF;
}
</style>
border-color css
<style>
span { border-color: #0DD2DF; }
span { border-color: rgb(13,210,223); }
td.TdClassName
{
border-color: #0DD2DF;
}
.TagClassName
{
border-color: #0DD2DF;
}
</style>