Shades of Turquoise Blue #7AD9E8
Tints of Turquoise Blue #7AD9E8
RGB
CMYK
RGB Variations
Color information
#7AD9E8 (or 0x7AD9E8) is known color: Turquoise Blue. HEX triplet: 7A, D9 and E8. RGB value is (122,217,232). Sum of RGB (Red+Green+Blue) = 122+217+232=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #7AD9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD9E8 is #852617. Grayscale: #BEBEBE. Windows color (decimal): -8726040 or 15260026. OLE color: 15260026.
HSL color Cylindrical-coordinate representation of color #7AD9E8: hue angle of 188.18º degrees, saturation: 0.71, 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 #7AD9E8 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 217 | 232 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.09 |
| HSL | 188.18º | 0.71% | 0.69% | - |
| HSV(B) | 188.18º | 0.47% | 0.91% | - |
| XYZ | 47.4 | 59.59 | 85.35 | - |
| YUV | 190.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 232 | 0.47 | 0.06 | 0 | 0.09 | 188.18 | 0.71 | 0.69 |
| Hex | 7A | D9 | E8 | 2F | 6 | 0 | 9 | BC | 47 | 45 |
| Octal | 172 | 331 | 350 | 57 | 6 | 0 | 11 | 274 | 107 | 105 |
| Binary | 1111010 | 11011001 | 11101000 | 101111 | 110 | 0 | 1001 | 10111100 | 1000111 | 1000101 |
Color Harmonies of #7AD9E8
Complementary color
Monochromatic Colors of #7AD9E8
Black with #7AD9E8
Text Example
Text Example
White with #7AD9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9E8; }
p { color: rgb(122,217,232); }
H1.HeaderClassName
{
color: #7AD9E8;
}
.AnyTagClassName
{
color: #7AD9E8;
}
</style>
background-color css
<style>
a { background-color: #7AD9E8; }
a { background-color: rgb(122,217,232); }
div.DivClassName
{
background-color: #7AD9E8;
}
.BgClassName
{
background-color: #7AD9E8;
}
</style>
border-color css
<style>
span { border-color: #7AD9E8; }
span { border-color: rgb(122,217,232); }
td.TdClassName
{
border-color: #7AD9E8;
}
.TagClassName
{
border-color: #7AD9E8;
}
</style>