Shades of Dark Turquoise #0DD8CF
Tints of Dark Turquoise #0DD8CF
RGB
CMYK
RGB Variations
Color information
#0DD8CF (or 0x0DD8CF) is known color: Dark Turquoise. HEX triplet: 0D, D8 and CF. RGB value is (13,216,207). Sum of RGB (Red+Green+Blue) = 13+216+207=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD8CF is #F22730. Grayscale: #9A9A9A. Windows color (decimal): -15869745 or 13621261. OLE color: 13621261.
HSL color Cylindrical-coordinate representation of color #0DD8CF: hue angle of 177.34º 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 #0DD8CF is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 216 | 207 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.15 |
| HSL | 177.34º | 0.89% | 0.45% | - |
| HSV(B) | 177.34º | 0.94% | 0.85% | - |
| XYZ | 35.98 | 53.7 | 67.5 | - |
| YUV | 154.28 | 157.75 | 27.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 207 | 0.94 | 0 | 0.04 | 0.15 | 177.34 | 0.89 | 0.45 |
| Hex | D | D8 | CF | 5E | 0 | 4 | F | B1 | 59 | 2D |
| Octal | 15 | 330 | 317 | 136 | 0 | 4 | 17 | 261 | 131 | 55 |
| Binary | 1101 | 11011000 | 11001111 | 1011110 | 0 | 100 | 1111 | 10110001 | 1011001 | 101101 |
Color Harmonies of #0DD8CF
Complementary color
Monochromatic Colors of #0DD8CF
Black with #0DD8CF
Text Example
Text Example
White with #0DD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD8CF; }
p { color: rgb(13,216,207); }
H1.HeaderClassName
{
color: #0DD8CF;
}
.AnyTagClassName
{
color: #0DD8CF;
}
</style>
background-color css
<style>
a { background-color: #0DD8CF; }
a { background-color: rgb(13,216,207); }
div.DivClassName
{
background-color: #0DD8CF;
}
.BgClassName
{
background-color: #0DD8CF;
}
</style>
border-color css
<style>
span { border-color: #0DD8CF; }
span { border-color: rgb(13,216,207); }
td.TdClassName
{
border-color: #0DD8CF;
}
.TagClassName
{
border-color: #0DD8CF;
}
</style>