Shades of Bright Turquoise #0DDCDB
Tints of Bright Turquoise #0DDCDB
RGB
CMYK
RGB Variations
Color information
#0DDCDB (or 0x0DDCDB) is known color: Bright Turquoise. HEX triplet: 0D, DC and DB. RGB value is (13,220,219). Sum of RGB (Red+Green+Blue) = 13+220+219=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCDB is #F22324. Grayscale: #9D9D9D. Windows color (decimal): -15868709 or 14408717. OLE color: 14408717.
HSL color Cylindrical-coordinate representation of color #0DDCDB: hue angle of 179.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDCDB is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 219 | - |
| CMYK | 0.94 | 0 | 0.00 | 0.14 |
| HSL | 179.71º | 0.89% | 0.46% | - |
| HSV(B) | 179.71º | 0.94% | 0.86% | - |
| XYZ | 38.55 | 56.39 | 75.87 | - |
| YUV | 157.99 | 162.42 | 24.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 219 | 0.94 | 0 | 0.00 | 0.14 | 179.71 | 0.89 | 0.46 |
| Hex | D | DC | DB | 5E | 0 | 0 | E | B4 | 59 | 2E |
| Octal | 15 | 334 | 333 | 136 | 0 | 0 | 16 | 264 | 131 | 56 |
| Binary | 1101 | 11011100 | 11011011 | 1011110 | 0 | 0 | 1110 | 10110100 | 1011001 | 101110 |
Color Harmonies of #0DDCDB
Complementary color
Monochromatic Colors of #0DDCDB
Black with #0DDCDB
Text Example
Text Example
White with #0DDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCDB; }
p { color: rgb(13,220,219); }
H1.HeaderClassName
{
color: #0DDCDB;
}
.AnyTagClassName
{
color: #0DDCDB;
}
</style>
background-color css
<style>
a { background-color: #0DDCDB; }
a { background-color: rgb(13,220,219); }
div.DivClassName
{
background-color: #0DDCDB;
}
.BgClassName
{
background-color: #0DDCDB;
}
</style>
border-color css
<style>
span { border-color: #0DDCDB; }
span { border-color: rgb(13,220,219); }
td.TdClassName
{
border-color: #0DDCDB;
}
.TagClassName
{
border-color: #0DDCDB;
}
</style>