Shades of Bright Turquoise #0DDBDB
Tints of Bright Turquoise #0DDBDB
RGB
CMYK
RGB Variations
Color information
#0DDBDB (or 0x0DDBDB) is known color: Bright Turquoise. HEX triplet: 0D, DB and DB. RGB value is (13,219,219). Sum of RGB (Red+Green+Blue) = 13+219+219=451 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #0DDBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBDB is #F22424. Grayscale: #9D9D9D. Windows color (decimal): -15868965 or 14408461. OLE color: 14408461.
HSL color Cylindrical-coordinate representation of color #0DDBDB: hue angle of 180º 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 #0DDBDB is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 219 | - |
| CMYK | 0.94 | 0 | 0 | 0.14 |
| HSL | 180º | 0.89% | 0.45% | - |
| HSV(B) | 180º | 0.94% | 0.86% | - |
| XYZ | 38.28 | 55.86 | 75.78 | - |
| YUV | 157.41 | 162.75 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 219 | 0.94 | 0 | 0 | 0.14 | 180 | 0.89 | 0.45 |
| Hex | D | DB | DB | 5E | 0 | 0 | E | B4 | 59 | 2D |
| Octal | 15 | 333 | 333 | 136 | 0 | 0 | 16 | 264 | 131 | 55 |
| Binary | 1101 | 11011011 | 11011011 | 1011110 | 0 | 0 | 1110 | 10110100 | 1011001 | 101101 |
Color Harmonies of #0DDBDB
Complementary color
Monochromatic Colors of #0DDBDB
Black with #0DDBDB
Text Example
Text Example
White with #0DDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBDB; }
p { color: rgb(13,219,219); }
H1.HeaderClassName
{
color: #0DDBDB;
}
.AnyTagClassName
{
color: #0DDBDB;
}
</style>
background-color css
<style>
a { background-color: #0DDBDB; }
a { background-color: rgb(13,219,219); }
div.DivClassName
{
background-color: #0DDBDB;
}
.BgClassName
{
background-color: #0DDBDB;
}
</style>
border-color css
<style>
span { border-color: #0DDBDB; }
span { border-color: rgb(13,219,219); }
td.TdClassName
{
border-color: #0DDBDB;
}
.TagClassName
{
border-color: #0DDBDB;
}
</style>