Shades of Bright Turquoise #0DDBD3
Tints of Bright Turquoise #0DDBD3
RGB
CMYK
RGB Variations
Color information
#0DDBD3 (or 0x0DDBD3) is known color: Bright Turquoise. HEX triplet: 0D, DB and D3. RGB value is (13,219,211). Sum of RGB (Red+Green+Blue) = 13+219+211=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBD3 is #F2242C. Grayscale: #9C9C9C. Windows color (decimal): -15868973 or 13884173. OLE color: 13884173.
HSL color Cylindrical-coordinate representation of color #0DDBD3: hue angle of 177.67º 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 #0DDBD3 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 211 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.14 |
| HSL | 177.67º | 0.89% | 0.45% | - |
| HSV(B) | 177.67º | 0.94% | 0.86% | - |
| XYZ | 37.26 | 55.45 | 70.37 | - |
| YUV | 156.49 | 158.75 | 25.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 211 | 0.94 | 0 | 0.04 | 0.14 | 177.67 | 0.89 | 0.45 |
| Hex | D | DB | D3 | 5E | 0 | 4 | E | B2 | 59 | 2D |
| Octal | 15 | 333 | 323 | 136 | 0 | 4 | 16 | 262 | 131 | 55 |
| Binary | 1101 | 11011011 | 11010011 | 1011110 | 0 | 100 | 1110 | 10110010 | 1011001 | 101101 |
Color Harmonies of #0DDBD3
Complementary color
Monochromatic Colors of #0DDBD3
Black with #0DDBD3
Text Example
Text Example
White with #0DDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBD3; }
p { color: rgb(13,219,211); }
H1.HeaderClassName
{
color: #0DDBD3;
}
.AnyTagClassName
{
color: #0DDBD3;
}
</style>
background-color css
<style>
a { background-color: #0DDBD3; }
a { background-color: rgb(13,219,211); }
div.DivClassName
{
background-color: #0DDBD3;
}
.BgClassName
{
background-color: #0DDBD3;
}
</style>
border-color css
<style>
span { border-color: #0DDBD3; }
span { border-color: rgb(13,219,211); }
td.TdClassName
{
border-color: #0DDBD3;
}
.TagClassName
{
border-color: #0DDBD3;
}
</style>