Shades of Dark Turquoise #0DD4DA
Tints of Dark Turquoise #0DD4DA
RGB
CMYK
RGB Variations
Color information
#0DD4DA (or 0x0DD4DA) is known color: Dark Turquoise. HEX triplet: 0D, D4 and DA. RGB value is (13,212,218). Sum of RGB (Red+Green+Blue) = 13+212+218=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DD4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD4DA is #F22B25. Grayscale: #989898. Windows color (decimal): -15870758 or 14341133. OLE color: 14341133.
HSL color Cylindrical-coordinate representation of color #0DD4DA: hue angle of 181.76º 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 #0DD4DA is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 212 | 218 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.15 |
| HSL | 181.76º | 0.89% | 0.45% | - |
| HSV(B) | 181.76º | 0.94% | 0.85% | - |
| XYZ | 36.36 | 52.23 | 74.5 | - |
| YUV | 153.18 | 164.57 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 212 | 218 | 0.94 | 0.03 | 0 | 0.15 | 181.76 | 0.89 | 0.45 |
| Hex | D | D4 | DA | 5E | 3 | 0 | F | B6 | 59 | 2D |
| Octal | 15 | 324 | 332 | 136 | 3 | 0 | 17 | 266 | 131 | 55 |
| Binary | 1101 | 11010100 | 11011010 | 1011110 | 11 | 0 | 1111 | 10110110 | 1011001 | 101101 |
Color Harmonies of #0DD4DA
Complementary color
Monochromatic Colors of #0DD4DA
Black with #0DD4DA
Text Example
Text Example
White with #0DD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD4DA; }
p { color: rgb(13,212,218); }
H1.HeaderClassName
{
color: #0DD4DA;
}
.AnyTagClassName
{
color: #0DD4DA;
}
</style>
background-color css
<style>
a { background-color: #0DD4DA; }
a { background-color: rgb(13,212,218); }
div.DivClassName
{
background-color: #0DD4DA;
}
.BgClassName
{
background-color: #0DD4DA;
}
</style>
border-color css
<style>
span { border-color: #0DD4DA; }
span { border-color: rgb(13,212,218); }
td.TdClassName
{
border-color: #0DD4DA;
}
.TagClassName
{
border-color: #0DD4DA;
}
</style>