Shades of Bright Turquoise #0DDECB
Tints of Bright Turquoise #0DDECB
RGB
CMYK
RGB Variations
Color information
#0DDECB (or 0x0DDECB) is known color: Bright Turquoise. HEX triplet: 0D, DE and CB. RGB value is (13,222,203). Sum of RGB (Red+Green+Blue) = 13+222+203=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDECB is #F22134. Grayscale: #9D9D9D. Windows color (decimal): -15868213 or 13360653. OLE color: 13360653.
HSL color Cylindrical-coordinate representation of color #0DDECB: hue angle of 174.55º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDECB is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 203 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.13 |
| HSL | 174.55º | 0.89% | 0.46% | - |
| HSV(B) | 174.55º | 0.94% | 0.87% | - |
| XYZ | 37.07 | 56.64 | 65.48 | - |
| YUV | 157.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 203 | 0.94 | 0 | 0.09 | 0.13 | 174.55 | 0.89 | 0.46 |
| Hex | D | DE | CB | 5E | 0 | 9 | D | AF | 59 | 2E |
| Octal | 15 | 336 | 313 | 136 | 0 | 11 | 15 | 257 | 131 | 56 |
| Binary | 1101 | 11011110 | 11001011 | 1011110 | 0 | 1001 | 1101 | 10101111 | 1011001 | 101110 |
Color Harmonies of #0DDECB
Complementary color
Monochromatic Colors of #0DDECB
Black with #0DDECB
Text Example
Text Example
White with #0DDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDECB; }
p { color: rgb(13,222,203); }
H1.HeaderClassName
{
color: #0DDECB;
}
.AnyTagClassName
{
color: #0DDECB;
}
</style>
background-color css
<style>
a { background-color: #0DDECB; }
a { background-color: rgb(13,222,203); }
div.DivClassName
{
background-color: #0DDECB;
}
.BgClassName
{
background-color: #0DDECB;
}
</style>
border-color css
<style>
span { border-color: #0DDECB; }
span { border-color: rgb(13,222,203); }
td.TdClassName
{
border-color: #0DDECB;
}
.TagClassName
{
border-color: #0DDECB;
}
</style>