Shades of Bright Turquoise #0AE7BD
Tints of Bright Turquoise #0AE7BD
RGB
CMYK
RGB Variations
Color information
#0AE7BD (or 0x0AE7BD) is known color: Bright Turquoise. HEX triplet: 0A, E7 and BD. RGB value is (10,231,189). Sum of RGB (Red+Green+Blue) = 10+231+189=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE7BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE7BD is #F51842. Grayscale: #A0A0A0. Windows color (decimal): -16062531 or 12445450. OLE color: 12445450.
HSL color Cylindrical-coordinate representation of color #0AE7BD: hue angle of 168.6º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE7BD is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 231 | 189 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.09 |
| HSL | 168.6º | 0.92% | 0.47% | - |
| HSV(B) | 168.6º | 0.96% | 0.91% | - |
| XYZ | 37.89 | 60.89 | 57.9 | - |
| YUV | 160.13 | 144.28 | 20.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 231 | 189 | 0.96 | 0 | 0.18 | 0.09 | 168.6 | 0.92 | 0.47 |
| Hex | A | E7 | BD | 60 | 0 | 12 | 9 | A9 | 5C | 2F |
| Octal | 12 | 347 | 275 | 140 | 0 | 22 | 11 | 251 | 134 | 57 |
| Binary | 1010 | 11100111 | 10111101 | 1100000 | 0 | 10010 | 1001 | 10101001 | 1011100 | 101111 |
Color Harmonies of #0AE7BD
Complementary color
Monochromatic Colors of #0AE7BD
Black with #0AE7BD
Text Example
Text Example
White with #0AE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE7BD; }
p { color: rgb(10,231,189); }
H1.HeaderClassName
{
color: #0AE7BD;
}
.AnyTagClassName
{
color: #0AE7BD;
}
</style>
background-color css
<style>
a { background-color: #0AE7BD; }
a { background-color: rgb(10,231,189); }
div.DivClassName
{
background-color: #0AE7BD;
}
.BgClassName
{
background-color: #0AE7BD;
}
</style>
border-color css
<style>
span { border-color: #0AE7BD; }
span { border-color: rgb(10,231,189); }
td.TdClassName
{
border-color: #0AE7BD;
}
.TagClassName
{
border-color: #0AE7BD;
}
</style>