Shades of Turquoise Blue #7ADDEA
Tints of Turquoise Blue #7ADDEA
RGB
CMYK
RGB Variations
Color information
#7ADDEA (or 0x7ADDEA) is known color: Turquoise Blue. HEX triplet: 7A, DD and EA. RGB value is (122,221,234). Sum of RGB (Red+Green+Blue) = 122+221+234=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ADDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDEA is #852215. Grayscale: #C0C0C0. Windows color (decimal): -8725014 or 15392122. OLE color: 15392122.
HSL color Cylindrical-coordinate representation of color #7ADDEA: hue angle of 186.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ADDEA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 221 | 234 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.08 |
| HSL | 186.96º | 0.73% | 0.7% | - |
| HSV(B) | 186.96º | 0.48% | 0.92% | - |
| XYZ | 48.73 | 61.79 | 87.2 | - |
| YUV | 192.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 234 | 0.48 | 0.06 | 0 | 0.08 | 186.96 | 0.73 | 0.7 |
| Hex | 7A | DD | EA | 30 | 6 | 0 | 8 | BB | 49 | 46 |
| Octal | 172 | 335 | 352 | 60 | 6 | 0 | 10 | 273 | 111 | 106 |
| Binary | 1111010 | 11011101 | 11101010 | 110000 | 110 | 0 | 1000 | 10111011 | 1001001 | 1000110 |
Color Harmonies of #7ADDEA
Complementary color
Monochromatic Colors of #7ADDEA
Black with #7ADDEA
Text Example
Text Example
White with #7ADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDEA; }
p { color: rgb(122,221,234); }
H1.HeaderClassName
{
color: #7ADDEA;
}
.AnyTagClassName
{
color: #7ADDEA;
}
</style>
background-color css
<style>
a { background-color: #7ADDEA; }
a { background-color: rgb(122,221,234); }
div.DivClassName
{
background-color: #7ADDEA;
}
.BgClassName
{
background-color: #7ADDEA;
}
</style>
border-color css
<style>
span { border-color: #7ADDEA; }
span { border-color: rgb(122,221,234); }
td.TdClassName
{
border-color: #7ADDEA;
}
.TagClassName
{
border-color: #7ADDEA;
}
</style>