Shades of Dark Turquoise #0DD4DD
Tints of Dark Turquoise #0DD4DD
RGB
CMYK
RGB Variations
Color information
#0DD4DD (or 0x0DD4DD) is known color: Dark Turquoise. HEX triplet: 0D, D4 and DD. RGB value is (13,212,221). Sum of RGB (Red+Green+Blue) = 13+212+221=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DD4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD4DD is #F22B22. Grayscale: #999999. Windows color (decimal): -15870755 or 14537741. OLE color: 14537741.
HSL color Cylindrical-coordinate representation of color #0DD4DD: hue angle of 182.6º 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 #0DD4DD is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 212 | 221 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.13 |
| HSL | 182.6º | 0.89% | 0.46% | - |
| HSV(B) | 182.6º | 0.94% | 0.87% | - |
| XYZ | 36.76 | 52.39 | 76.58 | - |
| YUV | 153.53 | 166.07 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 212 | 221 | 0.94 | 0.04 | 0 | 0.13 | 182.6 | 0.89 | 0.46 |
| Hex | D | D4 | DD | 5E | 4 | 0 | D | B7 | 59 | 2E |
| Octal | 15 | 324 | 335 | 136 | 4 | 0 | 15 | 267 | 131 | 56 |
| Binary | 1101 | 11010100 | 11011101 | 1011110 | 100 | 0 | 1101 | 10110111 | 1011001 | 101110 |
Color Harmonies of #0DD4DD
Complementary color
Monochromatic Colors of #0DD4DD
Black with #0DD4DD
Text Example
Text Example
White with #0DD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD4DD; }
p { color: rgb(13,212,221); }
H1.HeaderClassName
{
color: #0DD4DD;
}
.AnyTagClassName
{
color: #0DD4DD;
}
</style>
background-color css
<style>
a { background-color: #0DD4DD; }
a { background-color: rgb(13,212,221); }
div.DivClassName
{
background-color: #0DD4DD;
}
.BgClassName
{
background-color: #0DD4DD;
}
</style>
border-color css
<style>
span { border-color: #0DD4DD; }
span { border-color: rgb(13,212,221); }
td.TdClassName
{
border-color: #0DD4DD;
}
.TagClassName
{
border-color: #0DD4DD;
}
</style>