Shades of Bright Turquoise #0DDBD4
Tints of Bright Turquoise #0DDBD4
RGB
CMYK
RGB Variations
Color information
#0DDBD4 (or 0x0DDBD4) is known color: Bright Turquoise. HEX triplet: 0D, DB and D4. RGB value is (13,219,212). Sum of RGB (Red+Green+Blue) = 13+219+212=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBD4 is #F2242B. Grayscale: #9C9C9C. Windows color (decimal): -15868972 or 13949709. OLE color: 13949709.
HSL color Cylindrical-coordinate representation of color #0DDBD4: hue angle of 177.96º 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 #0DDBD4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 212 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.14 |
| HSL | 177.96º | 0.89% | 0.45% | - |
| HSV(B) | 177.96º | 0.94% | 0.86% | - |
| XYZ | 37.38 | 55.5 | 71.03 | - |
| YUV | 156.61 | 159.25 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 212 | 0.94 | 0 | 0.03 | 0.14 | 177.96 | 0.89 | 0.45 |
| Hex | D | DB | D4 | 5E | 0 | 3 | E | B2 | 59 | 2D |
| Octal | 15 | 333 | 324 | 136 | 0 | 3 | 16 | 262 | 131 | 55 |
| Binary | 1101 | 11011011 | 11010100 | 1011110 | 0 | 11 | 1110 | 10110010 | 1011001 | 101101 |
Color Harmonies of #0DDBD4
Complementary color
Monochromatic Colors of #0DDBD4
Black with #0DDBD4
Text Example
Text Example
White with #0DDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBD4; }
p { color: rgb(13,219,212); }
H1.HeaderClassName
{
color: #0DDBD4;
}
.AnyTagClassName
{
color: #0DDBD4;
}
</style>
background-color css
<style>
a { background-color: #0DDBD4; }
a { background-color: rgb(13,219,212); }
div.DivClassName
{
background-color: #0DDBD4;
}
.BgClassName
{
background-color: #0DDBD4;
}
</style>
border-color css
<style>
span { border-color: #0DDBD4; }
span { border-color: rgb(13,219,212); }
td.TdClassName
{
border-color: #0DDBD4;
}
.TagClassName
{
border-color: #0DDBD4;
}
</style>