Shades of Bright Turquoise #0AEAE0
Tints of Bright Turquoise #0AEAE0
RGB
CMYK
RGB Variations
Color information
#0AEAE0 (or 0x0AEAE0) is known color: Bright Turquoise. HEX triplet: 0A, EA and E0. RGB value is (10,234,224). Sum of RGB (Red+Green+Blue) = 10+234+224=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEAE0 is #F5151F. Grayscale: #A5A5A5. Windows color (decimal): -16061728 or 14739978. OLE color: 14739978.
HSL color Cylindrical-coordinate representation of color #0AEAE0: hue angle of 177.32º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEAE0 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 224 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.08 |
| HSL | 177.32º | 0.92% | 0.48% | - |
| HSV(B) | 177.32º | 0.96% | 0.92% | - |
| XYZ | 43 | 64.29 | 80.66 | - |
| YUV | 165.88 | 160.79 | 16.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 224 | 0.96 | 0 | 0.04 | 0.08 | 177.32 | 0.92 | 0.48 |
| Hex | A | EA | E0 | 60 | 0 | 4 | 8 | B1 | 5C | 30 |
| Octal | 12 | 352 | 340 | 140 | 0 | 4 | 10 | 261 | 134 | 60 |
| Binary | 1010 | 11101010 | 11100000 | 1100000 | 0 | 100 | 1000 | 10110001 | 1011100 | 110000 |
Color Harmonies of #0AEAE0
Complementary color
Monochromatic Colors of #0AEAE0
Black with #0AEAE0
Text Example
Text Example
White with #0AEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEAE0; }
p { color: rgb(10,234,224); }
H1.HeaderClassName
{
color: #0AEAE0;
}
.AnyTagClassName
{
color: #0AEAE0;
}
</style>
background-color css
<style>
a { background-color: #0AEAE0; }
a { background-color: rgb(10,234,224); }
div.DivClassName
{
background-color: #0AEAE0;
}
.BgClassName
{
background-color: #0AEAE0;
}
</style>
border-color css
<style>
span { border-color: #0AEAE0; }
span { border-color: rgb(10,234,224); }
td.TdClassName
{
border-color: #0AEAE0;
}
.TagClassName
{
border-color: #0AEAE0;
}
</style>