Shades of Turquoise Blue #7AE7DE
Tints of Turquoise Blue #7AE7DE
RGB
CMYK
RGB Variations
Color information
#7AE7DE (or 0x7AE7DE) is known color: Turquoise Blue. HEX triplet: 7A, E7 and DE. RGB value is (122,231,222). Sum of RGB (Red+Green+Blue) = 122+231+222=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7DE is #851821. Grayscale: #C5C5C5. Windows color (decimal): -8722466 or 14608250. OLE color: 14608250.
HSL color Cylindrical-coordinate representation of color #7AE7DE: hue angle of 175.05º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7DE is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 231 | 222 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.09 |
| HSL | 175.05º | 0.69% | 0.69% | - |
| HSV(B) | 175.05º | 0.47% | 0.91% | - |
| XYZ | 49.79 | 66.56 | 79.33 | - |
| YUV | 197.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 231 | 222 | 0.47 | 0 | 0.04 | 0.09 | 175.05 | 0.69 | 0.69 |
| Hex | 7A | E7 | DE | 2F | 0 | 4 | 9 | AF | 45 | 45 |
| Octal | 172 | 347 | 336 | 57 | 0 | 4 | 11 | 257 | 105 | 105 |
| Binary | 1111010 | 11100111 | 11011110 | 101111 | 0 | 100 | 1001 | 10101111 | 1000101 | 1000101 |
Color Harmonies of #7AE7DE
Complementary color
Monochromatic Colors of #7AE7DE
Black with #7AE7DE
Text Example
Text Example
White with #7AE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE7DE; }
p { color: rgb(122,231,222); }
H1.HeaderClassName
{
color: #7AE7DE;
}
.AnyTagClassName
{
color: #7AE7DE;
}
</style>
background-color css
<style>
a { background-color: #7AE7DE; }
a { background-color: rgb(122,231,222); }
div.DivClassName
{
background-color: #7AE7DE;
}
.BgClassName
{
background-color: #7AE7DE;
}
</style>
border-color css
<style>
span { border-color: #7AE7DE; }
span { border-color: rgb(122,231,222); }
td.TdClassName
{
border-color: #7AE7DE;
}
.TagClassName
{
border-color: #7AE7DE;
}
</style>