Shades of Bright Turquoise #0DEAE5
Tints of Bright Turquoise #0DEAE5
RGB
CMYK
RGB Variations
Color information
#0DEAE5 (or 0x0DEAE5) is known color: Bright Turquoise. HEX triplet: 0D, EA and E5. RGB value is (13,234,229). Sum of RGB (Red+Green+Blue) = 13+234+229=476 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.73% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAE5 is #F2151A. Grayscale: #A7A7A7. Windows color (decimal): -15865115 or 15067661. OLE color: 15067661.
HSL color Cylindrical-coordinate representation of color #0DEAE5: hue angle of 178.64º 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 #0DEAE5 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 229 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.08 |
| HSL | 178.64º | 0.89% | 0.48% | - |
| HSV(B) | 178.64º | 0.94% | 0.92% | - |
| XYZ | 43.73 | 64.59 | 84.29 | - |
| YUV | 167.35 | 162.78 | 17.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 229 | 0.94 | 0 | 0.02 | 0.08 | 178.64 | 0.89 | 0.48 |
| Hex | D | EA | E5 | 5E | 0 | 2 | 8 | B3 | 59 | 30 |
| Octal | 15 | 352 | 345 | 136 | 0 | 2 | 10 | 263 | 131 | 60 |
| Binary | 1101 | 11101010 | 11100101 | 1011110 | 0 | 10 | 1000 | 10110011 | 1011001 | 110000 |
Color Harmonies of #0DEAE5
Complementary color
Monochromatic Colors of #0DEAE5
Black with #0DEAE5
Text Example
Text Example
White with #0DEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEAE5; }
p { color: rgb(13,234,229); }
H1.HeaderClassName
{
color: #0DEAE5;
}
.AnyTagClassName
{
color: #0DEAE5;
}
</style>
background-color css
<style>
a { background-color: #0DEAE5; }
a { background-color: rgb(13,234,229); }
div.DivClassName
{
background-color: #0DEAE5;
}
.BgClassName
{
background-color: #0DEAE5;
}
</style>
border-color css
<style>
span { border-color: #0DEAE5; }
span { border-color: rgb(13,234,229); }
td.TdClassName
{
border-color: #0DEAE5;
}
.TagClassName
{
border-color: #0DEAE5;
}
</style>