Shades of Bright Turquoise #0AEAC5
Tints of Bright Turquoise #0AEAC5
RGB
CMYK
RGB Variations
Color information
#0AEAC5 (or 0x0AEAC5) is known color: Bright Turquoise. HEX triplet: 0A, EA and C5. RGB value is (10,234,197). Sum of RGB (Red+Green+Blue) = 10+234+197=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEAC5 is #F5153A. Grayscale: #A2A2A2. Windows color (decimal): -16061755 or 12970506. OLE color: 12970506.
HSL color Cylindrical-coordinate representation of color #0AEAC5: hue angle of 170.09º 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 #0AEAC5 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 197 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.08 |
| HSL | 170.09º | 0.92% | 0.48% | - |
| HSV(B) | 170.09º | 0.96% | 0.92% | - |
| XYZ | 39.63 | 62.94 | 62.88 | - |
| YUV | 162.81 | 147.29 | 19.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 197 | 0.96 | 0 | 0.16 | 0.08 | 170.09 | 0.92 | 0.48 |
| Hex | A | EA | C5 | 60 | 0 | 10 | 8 | AA | 5C | 30 |
| Octal | 12 | 352 | 305 | 140 | 0 | 20 | 10 | 252 | 134 | 60 |
| Binary | 1010 | 11101010 | 11000101 | 1100000 | 0 | 10000 | 1000 | 10101010 | 1011100 | 110000 |
Color Harmonies of #0AEAC5
Complementary color
Monochromatic Colors of #0AEAC5
Black with #0AEAC5
Text Example
Text Example
White with #0AEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEAC5; }
p { color: rgb(10,234,197); }
H1.HeaderClassName
{
color: #0AEAC5;
}
.AnyTagClassName
{
color: #0AEAC5;
}
</style>
background-color css
<style>
a { background-color: #0AEAC5; }
a { background-color: rgb(10,234,197); }
div.DivClassName
{
background-color: #0AEAC5;
}
.BgClassName
{
background-color: #0AEAC5;
}
</style>
border-color css
<style>
span { border-color: #0AEAC5; }
span { border-color: rgb(10,234,197); }
td.TdClassName
{
border-color: #0AEAC5;
}
.TagClassName
{
border-color: #0AEAC5;
}
</style>