Shades of Turquoise Blue #7AD9EC
Tints of Turquoise Blue #7AD9EC
RGB
CMYK
RGB Variations
Color information
#7AD9EC (or 0x7AD9EC) is known color: Turquoise Blue. HEX triplet: 7A, D9 and EC. RGB value is (122,217,236). Sum of RGB (Red+Green+Blue) = 122+217+236=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AD9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD9EC is #852613. Grayscale: #BEBEBE. Windows color (decimal): -8726036 or 15522170. OLE color: 15522170.
HSL color Cylindrical-coordinate representation of color #7AD9EC: hue angle of 190º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD9EC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 217 | 236 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.07 |
| HSL | 190º | 0.75% | 0.7% | - |
| HSV(B) | 190º | 0.48% | 0.93% | - |
| XYZ | 47.98 | 59.82 | 88.37 | - |
| YUV | 190.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 236 | 0.48 | 0.08 | 0 | 0.07 | 190 | 0.75 | 0.7 |
| Hex | 7A | D9 | EC | 30 | 8 | 0 | 7 | BE | 4B | 46 |
| Octal | 172 | 331 | 354 | 60 | 10 | 0 | 7 | 276 | 113 | 106 |
| Binary | 1111010 | 11011001 | 11101100 | 110000 | 1000 | 0 | 111 | 10111110 | 1001011 | 1000110 |
Color Harmonies of #7AD9EC
Complementary color
Monochromatic Colors of #7AD9EC
Black with #7AD9EC
Text Example
Text Example
White with #7AD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9EC; }
p { color: rgb(122,217,236); }
H1.HeaderClassName
{
color: #7AD9EC;
}
.AnyTagClassName
{
color: #7AD9EC;
}
</style>
background-color css
<style>
a { background-color: #7AD9EC; }
a { background-color: rgb(122,217,236); }
div.DivClassName
{
background-color: #7AD9EC;
}
.BgClassName
{
background-color: #7AD9EC;
}
</style>
border-color css
<style>
span { border-color: #7AD9EC; }
span { border-color: rgb(122,217,236); }
td.TdClassName
{
border-color: #7AD9EC;
}
.TagClassName
{
border-color: #7AD9EC;
}
</style>