Shades of Bright Turquoise #0DD8DB
Tints of Bright Turquoise #0DD8DB
RGB
CMYK
RGB Variations
Color information
#0DD8DB (or 0x0DD8DB) is known color: Bright Turquoise. HEX triplet: 0D, D8 and DB. RGB value is (13,216,219). Sum of RGB (Red+Green+Blue) = 13+216+219=448 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DD8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD8DB is #F22724. Grayscale: #9B9B9B. Windows color (decimal): -15869733 or 14407693. OLE color: 14407693.
HSL color Cylindrical-coordinate representation of color #0DD8DB: hue angle of 180.87º 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 #0DD8DB is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 216 | 219 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.14 |
| HSL | 180.87º | 0.89% | 0.45% | - |
| HSV(B) | 180.87º | 0.94% | 0.86% | - |
| XYZ | 37.51 | 54.31 | 75.52 | - |
| YUV | 155.65 | 163.75 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 219 | 0.94 | 0.01 | 0 | 0.14 | 180.87 | 0.89 | 0.45 |
| Hex | D | D8 | DB | 5E | 1 | 0 | E | B5 | 59 | 2D |
| Octal | 15 | 330 | 333 | 136 | 1 | 0 | 16 | 265 | 131 | 55 |
| Binary | 1101 | 11011000 | 11011011 | 1011110 | 1 | 0 | 1110 | 10110101 | 1011001 | 101101 |
Color Harmonies of #0DD8DB
Complementary color
Monochromatic Colors of #0DD8DB
Black with #0DD8DB
Text Example
Text Example
White with #0DD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD8DB; }
p { color: rgb(13,216,219); }
H1.HeaderClassName
{
color: #0DD8DB;
}
.AnyTagClassName
{
color: #0DD8DB;
}
</style>
background-color css
<style>
a { background-color: #0DD8DB; }
a { background-color: rgb(13,216,219); }
div.DivClassName
{
background-color: #0DD8DB;
}
.BgClassName
{
background-color: #0DD8DB;
}
</style>
border-color css
<style>
span { border-color: #0DD8DB; }
span { border-color: rgb(13,216,219); }
td.TdClassName
{
border-color: #0DD8DB;
}
.TagClassName
{
border-color: #0DD8DB;
}
</style>