Shades of Bright Turquoise #0DEAE0
Tints of Bright Turquoise #0DEAE0
RGB
CMYK
RGB Variations
Color information
#0DEAE0 (or 0x0DEAE0) is known color: Bright Turquoise. HEX triplet: 0D, EA and E0. RGB value is (13,234,224). Sum of RGB (Red+Green+Blue) = 13+234+224=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAE0 is #F2151F. Grayscale: #A6A6A6. Windows color (decimal): -15865120 or 14739981. OLE color: 14739981.
HSL color Cylindrical-coordinate representation of color #0DEAE0: hue angle of 177.29º 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 #0DEAE0 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 224 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.08 |
| HSL | 177.29º | 0.89% | 0.48% | - |
| HSV(B) | 177.29º | 0.94% | 0.92% | - |
| XYZ | 43.04 | 64.31 | 80.67 | - |
| YUV | 166.78 | 160.28 | 18.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 224 | 0.94 | 0 | 0.04 | 0.08 | 177.29 | 0.89 | 0.48 |
| Hex | D | EA | E0 | 5E | 0 | 4 | 8 | B1 | 59 | 30 |
| Octal | 15 | 352 | 340 | 136 | 0 | 4 | 10 | 261 | 131 | 60 |
| Binary | 1101 | 11101010 | 11100000 | 1011110 | 0 | 100 | 1000 | 10110001 | 1011001 | 110000 |
Color Harmonies of #0DEAE0
Complementary color
Monochromatic Colors of #0DEAE0
Black with #0DEAE0
Text Example
Text Example
White with #0DEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEAE0; }
p { color: rgb(13,234,224); }
H1.HeaderClassName
{
color: #0DEAE0;
}
.AnyTagClassName
{
color: #0DEAE0;
}
</style>
background-color css
<style>
a { background-color: #0DEAE0; }
a { background-color: rgb(13,234,224); }
div.DivClassName
{
background-color: #0DEAE0;
}
.BgClassName
{
background-color: #0DEAE0;
}
</style>
border-color css
<style>
span { border-color: #0DEAE0; }
span { border-color: rgb(13,234,224); }
td.TdClassName
{
border-color: #0DEAE0;
}
.TagClassName
{
border-color: #0DEAE0;
}
</style>