Shades of Turquoise Blue #7ADDEE
Tints of Turquoise Blue #7ADDEE
RGB
CMYK
RGB Variations
Color information
#7ADDEE (or 0x7ADDEE) is known color: Turquoise Blue. HEX triplet: 7A, DD and EE. RGB value is (122,221,238). Sum of RGB (Red+Green+Blue) = 122+221+238=581 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.00% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #7ADDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDEE is #852211. Grayscale: #C1C1C1. Windows color (decimal): -8725010 or 15654266. OLE color: 15654266.
HSL color Cylindrical-coordinate representation of color #7ADDEE: hue angle of 188.79º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ADDEE is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 221 | 238 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.07 |
| HSL | 188.79º | 0.77% | 0.71% | - |
| HSV(B) | 188.79º | 0.49% | 0.93% | - |
| XYZ | 49.32 | 62.02 | 90.26 | - |
| YUV | 193.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 238 | 0.49 | 0.07 | 0 | 0.07 | 188.79 | 0.77 | 0.71 |
| Hex | 7A | DD | EE | 31 | 7 | 0 | 7 | BD | 4D | 47 |
| Octal | 172 | 335 | 356 | 61 | 7 | 0 | 7 | 275 | 115 | 107 |
| Binary | 1111010 | 11011101 | 11101110 | 110001 | 111 | 0 | 111 | 10111101 | 1001101 | 1000111 |
Color Harmonies of #7ADDEE
Complementary color
Monochromatic Colors of #7ADDEE
Black with #7ADDEE
Text Example
Text Example
White with #7ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDEE; }
p { color: rgb(122,221,238); }
H1.HeaderClassName
{
color: #7ADDEE;
}
.AnyTagClassName
{
color: #7ADDEE;
}
</style>
background-color css
<style>
a { background-color: #7ADDEE; }
a { background-color: rgb(122,221,238); }
div.DivClassName
{
background-color: #7ADDEE;
}
.BgClassName
{
background-color: #7ADDEE;
}
</style>
border-color css
<style>
span { border-color: #7ADDEE; }
span { border-color: rgb(122,221,238); }
td.TdClassName
{
border-color: #7ADDEE;
}
.TagClassName
{
border-color: #7ADDEE;
}
</style>