Shades of Turquoise Blue #7ADDE1
Tints of Turquoise Blue #7ADDE1
RGB
CMYK
RGB Variations
Color information
#7ADDE1 (or 0x7ADDE1) is known color: Turquoise Blue. HEX triplet: 7A, DD and E1. RGB value is (122,221,225). Sum of RGB (Red+Green+Blue) = 122+221+225=568 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.48% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ADDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDE1 is #85221E. Grayscale: #BFBFBF. Windows color (decimal): -8725023 or 14802298. OLE color: 14802298.
HSL color Cylindrical-coordinate representation of color #7ADDE1: hue angle of 182.33º 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 #7ADDE1 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 221 | 225 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.12 |
| HSL | 182.33º | 0.63% | 0.68% | - |
| HSV(B) | 182.33º | 0.46% | 0.88% | - |
| XYZ | 47.47 | 61.29 | 80.56 | - |
| YUV | 191.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 225 | 0.46 | 0.02 | 0 | 0.12 | 182.33 | 0.63 | 0.68 |
| Hex | 7A | DD | E1 | 2E | 2 | 0 | C | B6 | 3F | 44 |
| Octal | 172 | 335 | 341 | 56 | 2 | 0 | 14 | 266 | 77 | 104 |
| Binary | 1111010 | 11011101 | 11100001 | 101110 | 10 | 0 | 1100 | 10110110 | 111111 | 1000100 |
Color Harmonies of #7ADDE1
Complementary color
Monochromatic Colors of #7ADDE1
Black with #7ADDE1
Text Example
Text Example
White with #7ADDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDE1; }
p { color: rgb(122,221,225); }
H1.HeaderClassName
{
color: #7ADDE1;
}
.AnyTagClassName
{
color: #7ADDE1;
}
</style>
background-color css
<style>
a { background-color: #7ADDE1; }
a { background-color: rgb(122,221,225); }
div.DivClassName
{
background-color: #7ADDE1;
}
.BgClassName
{
background-color: #7ADDE1;
}
</style>
border-color css
<style>
span { border-color: #7ADDE1; }
span { border-color: rgb(122,221,225); }
td.TdClassName
{
border-color: #7ADDE1;
}
.TagClassName
{
border-color: #7ADDE1;
}
</style>