Shades of Turquoise Blue #7AE1DE
Tints of Turquoise Blue #7AE1DE
RGB
CMYK
RGB Variations
Color information
#7AE1DE (or 0x7AE1DE) is known color: Turquoise Blue. HEX triplet: 7A, E1 and DE. RGB value is (122,225,222). Sum of RGB (Red+Green+Blue) = 122+225+222=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE1DE is #851E21. Grayscale: #C1C1C1. Windows color (decimal): -8724002 or 14606714. OLE color: 14606714.
HSL color Cylindrical-coordinate representation of color #7AE1DE: hue angle of 178.25º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1DE is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 222 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.12 |
| HSL | 178.25º | 0.63% | 0.68% | - |
| HSV(B) | 178.25º | 0.46% | 0.88% | - |
| XYZ | 48.14 | 63.26 | 78.78 | - |
| YUV | 193.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 222 | 0.46 | 0 | 0.01 | 0.12 | 178.25 | 0.63 | 0.68 |
| Hex | 7A | E1 | DE | 2E | 0 | 1 | C | B2 | 3F | 44 |
| Octal | 172 | 341 | 336 | 56 | 0 | 1 | 14 | 262 | 77 | 104 |
| Binary | 1111010 | 11100001 | 11011110 | 101110 | 0 | 1 | 1100 | 10110010 | 111111 | 1000100 |
Color Harmonies of #7AE1DE
Complementary color
Monochromatic Colors of #7AE1DE
Black with #7AE1DE
Text Example
Text Example
White with #7AE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE1DE; }
p { color: rgb(122,225,222); }
H1.HeaderClassName
{
color: #7AE1DE;
}
.AnyTagClassName
{
color: #7AE1DE;
}
</style>
background-color css
<style>
a { background-color: #7AE1DE; }
a { background-color: rgb(122,225,222); }
div.DivClassName
{
background-color: #7AE1DE;
}
.BgClassName
{
background-color: #7AE1DE;
}
</style>
border-color css
<style>
span { border-color: #7AE1DE; }
span { border-color: rgb(122,225,222); }
td.TdClassName
{
border-color: #7AE1DE;
}
.TagClassName
{
border-color: #7AE1DE;
}
</style>