Shades of Bright Turquoise #0AE5C2
Tints of Bright Turquoise #0AE5C2
RGB
CMYK
RGB Variations
Color information
#0AE5C2 (or 0x0AE5C2) is known color: Bright Turquoise. HEX triplet: 0A, E5 and C2. RGB value is (10,229,194). Sum of RGB (Red+Green+Blue) = 10+229+194=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE5C2 is #F51A3D. Grayscale: #9F9F9F. Windows color (decimal): -16063038 or 12772618. OLE color: 12772618.
HSL color Cylindrical-coordinate representation of color #0AE5C2: hue angle of 170.41º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE5C2 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 229 | 194 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.10 |
| HSL | 170.41º | 0.92% | 0.47% | - |
| HSV(B) | 170.41º | 0.96% | 0.9% | - |
| XYZ | 37.88 | 60 | 60.62 | - |
| YUV | 159.53 | 147.45 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 229 | 194 | 0.96 | 0 | 0.15 | 0.10 | 170.41 | 0.92 | 0.47 |
| Hex | A | E5 | C2 | 60 | 0 | F | A | AA | 5C | 2F |
| Octal | 12 | 345 | 302 | 140 | 0 | 17 | 12 | 252 | 134 | 57 |
| Binary | 1010 | 11100101 | 11000010 | 1100000 | 0 | 1111 | 1010 | 10101010 | 1011100 | 101111 |
Color Harmonies of #0AE5C2
Complementary color
Monochromatic Colors of #0AE5C2
Black with #0AE5C2
Text Example
Text Example
White with #0AE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE5C2; }
p { color: rgb(10,229,194); }
H1.HeaderClassName
{
color: #0AE5C2;
}
.AnyTagClassName
{
color: #0AE5C2;
}
</style>
background-color css
<style>
a { background-color: #0AE5C2; }
a { background-color: rgb(10,229,194); }
div.DivClassName
{
background-color: #0AE5C2;
}
.BgClassName
{
background-color: #0AE5C2;
}
</style>
border-color css
<style>
span { border-color: #0AE5C2; }
span { border-color: rgb(10,229,194); }
td.TdClassName
{
border-color: #0AE5C2;
}
.TagClassName
{
border-color: #0AE5C2;
}
</style>