Shades of Turquoise Blue #7ADAF2
Tints of Turquoise Blue #7ADAF2
RGB
CMYK
RGB Variations
Color information
#7ADAF2 (or 0x7ADAF2) is known color: Turquoise Blue. HEX triplet: 7A, DA and F2. RGB value is (122,218,242). Sum of RGB (Red+Green+Blue) = 122+218+242=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ADAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADAF2 is #85250D. Grayscale: #BFBFBF. Windows color (decimal): -8725774 or 15915642. OLE color: 15915642.
HSL color Cylindrical-coordinate representation of color #7ADAF2: hue angle of 192º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADAF2 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 218 | 242 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.05 |
| HSL | 192º | 0.82% | 0.71% | - |
| HSV(B) | 192º | 0.5% | 0.95% | - |
| XYZ | 49.12 | 60.69 | 93.13 | - |
| YUV | 192.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 242 | 0.50 | 0.10 | 0 | 0.05 | 192 | 0.82 | 0.71 |
| Hex | 7A | DA | F2 | 32 | A | 0 | 5 | C0 | 52 | 47 |
| Octal | 172 | 332 | 362 | 62 | 12 | 0 | 5 | 300 | 122 | 107 |
| Binary | 1111010 | 11011010 | 11110010 | 110010 | 1010 | 0 | 101 | 11000000 | 1010010 | 1000111 |
Color Harmonies of #7ADAF2
Complementary color
Monochromatic Colors of #7ADAF2
Black with #7ADAF2
Text Example
Text Example
White with #7ADAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAF2; }
p { color: rgb(122,218,242); }
H1.HeaderClassName
{
color: #7ADAF2;
}
.AnyTagClassName
{
color: #7ADAF2;
}
</style>
background-color css
<style>
a { background-color: #7ADAF2; }
a { background-color: rgb(122,218,242); }
div.DivClassName
{
background-color: #7ADAF2;
}
.BgClassName
{
background-color: #7ADAF2;
}
</style>
border-color css
<style>
span { border-color: #7ADAF2; }
span { border-color: rgb(122,218,242); }
td.TdClassName
{
border-color: #7ADAF2;
}
.TagClassName
{
border-color: #7ADAF2;
}
</style>