Shades of Dark Turquoise #0DD1DA
Tints of Dark Turquoise #0DD1DA
RGB
CMYK
RGB Variations
Color information
#0DD1DA (or 0x0DD1DA) is known color: Dark Turquoise. HEX triplet: 0D, D1 and DA. RGB value is (13,209,218). Sum of RGB (Red+Green+Blue) = 13+209+218=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DD1DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1DA is #F22E25. Grayscale: #979797. Windows color (decimal): -15871526 or 14340365. OLE color: 14340365.
HSL color Cylindrical-coordinate representation of color #0DD1DA: hue angle of 182.63º 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 #0DD1DA is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 209 | 218 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.15 |
| HSL | 182.63º | 0.89% | 0.45% | - |
| HSV(B) | 182.63º | 0.94% | 0.85% | - |
| XYZ | 35.62 | 50.75 | 74.25 | - |
| YUV | 151.42 | 165.57 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 218 | 0.94 | 0.04 | 0 | 0.15 | 182.63 | 0.89 | 0.45 |
| Hex | D | D1 | DA | 5E | 4 | 0 | F | B7 | 59 | 2D |
| Octal | 15 | 321 | 332 | 136 | 4 | 0 | 17 | 267 | 131 | 55 |
| Binary | 1101 | 11010001 | 11011010 | 1011110 | 100 | 0 | 1111 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DD1DA
Complementary color
Monochromatic Colors of #0DD1DA
Black with #0DD1DA
Text Example
Text Example
White with #0DD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD1DA; }
p { color: rgb(13,209,218); }
H1.HeaderClassName
{
color: #0DD1DA;
}
.AnyTagClassName
{
color: #0DD1DA;
}
</style>
background-color css
<style>
a { background-color: #0DD1DA; }
a { background-color: rgb(13,209,218); }
div.DivClassName
{
background-color: #0DD1DA;
}
.BgClassName
{
background-color: #0DD1DA;
}
</style>
border-color css
<style>
span { border-color: #0DD1DA; }
span { border-color: rgb(13,209,218); }
td.TdClassName
{
border-color: #0DD1DA;
}
.TagClassName
{
border-color: #0DD1DA;
}
</style>