Shades of Bright Turquoise #0DDDD0
Tints of Bright Turquoise #0DDDD0
RGB
CMYK
RGB Variations
Color information
#0DDDD0 (or 0x0DDDD0) is known color: Bright Turquoise. HEX triplet: 0D, DD and D0. RGB value is (13,221,208). Sum of RGB (Red+Green+Blue) = 13+221+208=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDD0 is #F2222F. Grayscale: #9D9D9D. Windows color (decimal): -15868464 or 13688077. OLE color: 13688077.
HSL color Cylindrical-coordinate representation of color #0DDDD0: hue angle of 176.25º 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 #0DDDD0 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 208 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.13 |
| HSL | 176.25º | 0.89% | 0.46% | - |
| HSV(B) | 176.25º | 0.94% | 0.87% | - |
| XYZ | 37.41 | 56.35 | 68.58 | - |
| YUV | 157.33 | 156.59 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 208 | 0.94 | 0 | 0.06 | 0.13 | 176.25 | 0.89 | 0.46 |
| Hex | D | DD | D0 | 5E | 0 | 6 | D | B0 | 59 | 2E |
| Octal | 15 | 335 | 320 | 136 | 0 | 6 | 15 | 260 | 131 | 56 |
| Binary | 1101 | 11011101 | 11010000 | 1011110 | 0 | 110 | 1101 | 10110000 | 1011001 | 101110 |
Color Harmonies of #0DDDD0
Complementary color
Monochromatic Colors of #0DDDD0
Black with #0DDDD0
Text Example
Text Example
White with #0DDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDD0; }
p { color: rgb(13,221,208); }
H1.HeaderClassName
{
color: #0DDDD0;
}
.AnyTagClassName
{
color: #0DDDD0;
}
</style>
background-color css
<style>
a { background-color: #0DDDD0; }
a { background-color: rgb(13,221,208); }
div.DivClassName
{
background-color: #0DDDD0;
}
.BgClassName
{
background-color: #0DDDD0;
}
</style>
border-color css
<style>
span { border-color: #0DDDD0; }
span { border-color: rgb(13,221,208); }
td.TdClassName
{
border-color: #0DDDD0;
}
.TagClassName
{
border-color: #0DDDD0;
}
</style>