Shades of Dark Turquoise #0DD0DA
Tints of Dark Turquoise #0DD0DA
RGB
CMYK
RGB Variations
Color information
#0DD0DA (or 0x0DD0DA) is known color: Dark Turquoise. HEX triplet: 0D, D0 and DA. RGB value is (13,208,218). Sum of RGB (Red+Green+Blue) = 13+208+218=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DD0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD0DA is #F22F25. Grayscale: #969696. Windows color (decimal): -15871782 or 14340109. OLE color: 14340109.
HSL color Cylindrical-coordinate representation of color #0DD0DA: hue angle of 182.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0DA is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 208 | 218 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.15 |
| HSL | 182.93º | 0.89% | 0.45% | - |
| HSV(B) | 182.93º | 0.94% | 0.85% | - |
| XYZ | 35.38 | 50.26 | 74.17 | - |
| YUV | 150.84 | 165.9 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 218 | 0.94 | 0.05 | 0 | 0.15 | 182.93 | 0.89 | 0.45 |
| Hex | D | D0 | DA | 5E | 5 | 0 | F | B7 | 59 | 2D |
| Octal | 15 | 320 | 332 | 136 | 5 | 0 | 17 | 267 | 131 | 55 |
| Binary | 1101 | 11010000 | 11011010 | 1011110 | 101 | 0 | 1111 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DD0DA
Complementary color
Monochromatic Colors of #0DD0DA
Black with #0DD0DA
Text Example
Text Example
White with #0DD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD0DA; }
p { color: rgb(13,208,218); }
H1.HeaderClassName
{
color: #0DD0DA;
}
.AnyTagClassName
{
color: #0DD0DA;
}
</style>
background-color css
<style>
a { background-color: #0DD0DA; }
a { background-color: rgb(13,208,218); }
div.DivClassName
{
background-color: #0DD0DA;
}
.BgClassName
{
background-color: #0DD0DA;
}
</style>
border-color css
<style>
span { border-color: #0DD0DA; }
span { border-color: rgb(13,208,218); }
td.TdClassName
{
border-color: #0DD0DA;
}
.TagClassName
{
border-color: #0DD0DA;
}
</style>