Shades of Turquoise Blue #7AE0E5
Tints of Turquoise Blue #7AE0E5
RGB
CMYK
RGB Variations
Color information
#7AE0E5 (or 0x7AE0E5) is known color: Turquoise Blue. HEX triplet: 7A, E0 and E5. RGB value is (122,224,229). Sum of RGB (Red+Green+Blue) = 122+224+229=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #7AE0E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE0E5 is #851F1A. Grayscale: #C1C1C1. Windows color (decimal): -8724251 or 15065210. OLE color: 15065210.
HSL color Cylindrical-coordinate representation of color #7AE0E5: hue angle of 182.8º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE0E5 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 224 | 229 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.10 |
| HSL | 182.8º | 0.67% | 0.69% | - |
| HSV(B) | 182.8º | 0.47% | 0.9% | - |
| XYZ | 48.82 | 63.11 | 83.74 | - |
| YUV | 194.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 224 | 229 | 0.47 | 0.02 | 0 | 0.10 | 182.8 | 0.67 | 0.69 |
| Hex | 7A | E0 | E5 | 2F | 2 | 0 | A | B7 | 43 | 45 |
| Octal | 172 | 340 | 345 | 57 | 2 | 0 | 12 | 267 | 103 | 105 |
| Binary | 1111010 | 11100000 | 11100101 | 101111 | 10 | 0 | 1010 | 10110111 | 1000011 | 1000101 |
Color Harmonies of #7AE0E5
Complementary color
Monochromatic Colors of #7AE0E5
Black with #7AE0E5
Text Example
Text Example
White with #7AE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE0E5; }
p { color: rgb(122,224,229); }
H1.HeaderClassName
{
color: #7AE0E5;
}
.AnyTagClassName
{
color: #7AE0E5;
}
</style>
background-color css
<style>
a { background-color: #7AE0E5; }
a { background-color: rgb(122,224,229); }
div.DivClassName
{
background-color: #7AE0E5;
}
.BgClassName
{
background-color: #7AE0E5;
}
</style>
border-color css
<style>
span { border-color: #7AE0E5; }
span { border-color: rgb(122,224,229); }
td.TdClassName
{
border-color: #7AE0E5;
}
.TagClassName
{
border-color: #7AE0E5;
}
</style>