Shades of Bright Turquoise #0DE0C9
Tints of Bright Turquoise #0DE0C9
RGB
CMYK
RGB Variations
Color information
#0DE0C9 (or 0x0DE0C9) is known color: Bright Turquoise. HEX triplet: 0D, E0 and C9. RGB value is (13,224,201). Sum of RGB (Red+Green+Blue) = 13+224+201=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE0C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE0C9 is #F21F36. Grayscale: #9E9E9E. Windows color (decimal): -15867703 or 13230093. OLE color: 13230093.
HSL color Cylindrical-coordinate representation of color #0DE0C9: hue angle of 173.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE0C9 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 201 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.12 |
| HSL | 173.46º | 0.89% | 0.46% | - |
| HSV(B) | 173.46º | 0.94% | 0.88% | - |
| XYZ | 37.36 | 57.61 | 64.41 | - |
| YUV | 158.29 | 152.1 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 201 | 0.94 | 0 | 0.10 | 0.12 | 173.46 | 0.89 | 0.46 |
| Hex | D | E0 | C9 | 5E | 0 | A | C | AD | 59 | 2E |
| Octal | 15 | 340 | 311 | 136 | 0 | 12 | 14 | 255 | 131 | 56 |
| Binary | 1101 | 11100000 | 11001001 | 1011110 | 0 | 1010 | 1100 | 10101101 | 1011001 | 101110 |
Color Harmonies of #0DE0C9
Complementary color
Monochromatic Colors of #0DE0C9
Black with #0DE0C9
Text Example
Text Example
White with #0DE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE0C9; }
p { color: rgb(13,224,201); }
H1.HeaderClassName
{
color: #0DE0C9;
}
.AnyTagClassName
{
color: #0DE0C9;
}
</style>
background-color css
<style>
a { background-color: #0DE0C9; }
a { background-color: rgb(13,224,201); }
div.DivClassName
{
background-color: #0DE0C9;
}
.BgClassName
{
background-color: #0DE0C9;
}
</style>
border-color css
<style>
span { border-color: #0DE0C9; }
span { border-color: rgb(13,224,201); }
td.TdClassName
{
border-color: #0DE0C9;
}
.TagClassName
{
border-color: #0DE0C9;
}
</style>