Shades of Turquoise Blue #7ADCE5
Tints of Turquoise Blue #7ADCE5
RGB
CMYK
RGB Variations
Color information
#7ADCE5 (or 0x7ADCE5) is known color: Turquoise Blue. HEX triplet: 7A, DC and E5. RGB value is (122,220,229). Sum of RGB (Red+Green+Blue) = 122+220+229=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #7ADCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCE5 is #85231A. Grayscale: #BFBFBF. Windows color (decimal): -8725275 or 15064186. OLE color: 15064186.
HSL color Cylindrical-coordinate representation of color #7ADCE5: hue angle of 185.05º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADCE5 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 220 | 229 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.10 |
| HSL | 185.05º | 0.67% | 0.69% | - |
| HSV(B) | 185.05º | 0.47% | 0.9% | - |
| XYZ | 47.76 | 60.98 | 83.38 | - |
| YUV | 191.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 229 | 0.47 | 0.04 | 0 | 0.10 | 185.05 | 0.67 | 0.69 |
| Hex | 7A | DC | E5 | 2F | 4 | 0 | A | B9 | 43 | 45 |
| Octal | 172 | 334 | 345 | 57 | 4 | 0 | 12 | 271 | 103 | 105 |
| Binary | 1111010 | 11011100 | 11100101 | 101111 | 100 | 0 | 1010 | 10111001 | 1000011 | 1000101 |
Color Harmonies of #7ADCE5
Complementary color
Monochromatic Colors of #7ADCE5
Black with #7ADCE5
Text Example
Text Example
White with #7ADCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCE5; }
p { color: rgb(122,220,229); }
H1.HeaderClassName
{
color: #7ADCE5;
}
.AnyTagClassName
{
color: #7ADCE5;
}
</style>
background-color css
<style>
a { background-color: #7ADCE5; }
a { background-color: rgb(122,220,229); }
div.DivClassName
{
background-color: #7ADCE5;
}
.BgClassName
{
background-color: #7ADCE5;
}
</style>
border-color css
<style>
span { border-color: #7ADCE5; }
span { border-color: rgb(122,220,229); }
td.TdClassName
{
border-color: #7ADCE5;
}
.TagClassName
{
border-color: #7ADCE5;
}
</style>