Shades of Bright Turquoise #0DE0EA
Tints of Bright Turquoise #0DE0EA
RGB
CMYK
RGB Variations
Color information
#0DE0EA (or 0x0DE0EA) is known color: Bright Turquoise. HEX triplet: 0D, E0 and EA. RGB value is (13,224,234). Sum of RGB (Red+Green+Blue) = 13+224+234=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DE0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DE0EA is #F21F15. Grayscale: #A1A1A1. Windows color (decimal): -15867670 or 15392781. OLE color: 15392781.
HSL color Cylindrical-coordinate representation of color #0DE0EA: hue angle of 182.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE0EA is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 224 | 234 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.08 |
| HSL | 182.71º | 0.89% | 0.48% | - |
| HSV(B) | 182.71º | 0.94% | 0.92% | - |
| XYZ | 41.67 | 59.34 | 87.1 | - |
| YUV | 162.05 | 168.6 | 21.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 234 | 0.94 | 0.04 | 0 | 0.08 | 182.71 | 0.89 | 0.48 |
| Hex | D | E0 | EA | 5E | 4 | 0 | 8 | B7 | 59 | 30 |
| Octal | 15 | 340 | 352 | 136 | 4 | 0 | 10 | 267 | 131 | 60 |
| Binary | 1101 | 11100000 | 11101010 | 1011110 | 100 | 0 | 1000 | 10110111 | 1011001 | 110000 |
Color Harmonies of #0DE0EA
Complementary color
Monochromatic Colors of #0DE0EA
Black with #0DE0EA
Text Example
Text Example
White with #0DE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE0EA; }
p { color: rgb(13,224,234); }
H1.HeaderClassName
{
color: #0DE0EA;
}
.AnyTagClassName
{
color: #0DE0EA;
}
</style>
background-color css
<style>
a { background-color: #0DE0EA; }
a { background-color: rgb(13,224,234); }
div.DivClassName
{
background-color: #0DE0EA;
}
.BgClassName
{
background-color: #0DE0EA;
}
</style>
border-color css
<style>
span { border-color: #0DE0EA; }
span { border-color: rgb(13,224,234); }
td.TdClassName
{
border-color: #0DE0EA;
}
.TagClassName
{
border-color: #0DE0EA;
}
</style>