Shades of Bright Turquoise #0DDBD5
Tints of Bright Turquoise #0DDBD5
RGB
CMYK
RGB Variations
Color information
#0DDBD5 (or 0x0DDBD5) is known color: Bright Turquoise. HEX triplet: 0D, DB and D5. RGB value is (13,219,213). Sum of RGB (Red+Green+Blue) = 13+219+213=445 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.92% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBD5 is #F2242A. Grayscale: #9C9C9C. Windows color (decimal): -15868971 or 14015245. OLE color: 14015245.
HSL color Cylindrical-coordinate representation of color #0DDBD5: hue angle of 178.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDBD5 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 213 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.14 |
| HSL | 178.25º | 0.89% | 0.45% | - |
| HSV(B) | 178.25º | 0.94% | 0.86% | - |
| XYZ | 37.51 | 55.55 | 71.7 | - |
| YUV | 156.72 | 159.75 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 213 | 0.94 | 0 | 0.03 | 0.14 | 178.25 | 0.89 | 0.45 |
| Hex | D | DB | D5 | 5E | 0 | 3 | E | B2 | 59 | 2D |
| Octal | 15 | 333 | 325 | 136 | 0 | 3 | 16 | 262 | 131 | 55 |
| Binary | 1101 | 11011011 | 11010101 | 1011110 | 0 | 11 | 1110 | 10110010 | 1011001 | 101101 |
Color Harmonies of #0DDBD5
Complementary color
Monochromatic Colors of #0DDBD5
Black with #0DDBD5
Text Example
Text Example
White with #0DDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBD5; }
p { color: rgb(13,219,213); }
H1.HeaderClassName
{
color: #0DDBD5;
}
.AnyTagClassName
{
color: #0DDBD5;
}
</style>
background-color css
<style>
a { background-color: #0DDBD5; }
a { background-color: rgb(13,219,213); }
div.DivClassName
{
background-color: #0DDBD5;
}
.BgClassName
{
background-color: #0DDBD5;
}
</style>
border-color css
<style>
span { border-color: #0DDBD5; }
span { border-color: rgb(13,219,213); }
td.TdClassName
{
border-color: #0DDBD5;
}
.TagClassName
{
border-color: #0DDBD5;
}
</style>