Shades of Turquoise Blue #7ADEF9
Tints of Turquoise Blue #7ADEF9
RGB
CMYK
RGB Variations
Color information
#7ADEF9 (or 0x7ADEF9) is known color: Turquoise Blue. HEX triplet: 7A, DE and F9. RGB value is (122,222,249). Sum of RGB (Red+Green+Blue) = 122+222+249=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #7ADEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEF9 is #852106. Grayscale: #C2C2C2. Windows color (decimal): -8724743 or 16375418. OLE color: 16375418.
HSL color Cylindrical-coordinate representation of color #7ADEF9: hue angle of 192.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADEF9 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 222 | 249 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.02 |
| HSL | 192.76º | 0.91% | 0.73% | - |
| HSV(B) | 192.76º | 0.51% | 0.98% | - |
| XYZ | 51.25 | 63.22 | 99.12 | - |
| YUV | 195.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 249 | 0.51 | 0.11 | 0 | 0.02 | 192.76 | 0.91 | 0.73 |
| Hex | 7A | DE | F9 | 33 | B | 0 | 2 | C1 | 5B | 49 |
| Octal | 172 | 336 | 371 | 63 | 13 | 0 | 2 | 301 | 133 | 111 |
| Binary | 1111010 | 11011110 | 11111001 | 110011 | 1011 | 0 | 10 | 11000001 | 1011011 | 1001001 |
Color Harmonies of #7ADEF9
Complementary color
Monochromatic Colors of #7ADEF9
Black with #7ADEF9
Text Example
Text Example
White with #7ADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEF9; }
p { color: rgb(122,222,249); }
H1.HeaderClassName
{
color: #7ADEF9;
}
.AnyTagClassName
{
color: #7ADEF9;
}
</style>
background-color css
<style>
a { background-color: #7ADEF9; }
a { background-color: rgb(122,222,249); }
div.DivClassName
{
background-color: #7ADEF9;
}
.BgClassName
{
background-color: #7ADEF9;
}
</style>
border-color css
<style>
span { border-color: #7ADEF9; }
span { border-color: rgb(122,222,249); }
td.TdClassName
{
border-color: #7ADEF9;
}
.TagClassName
{
border-color: #7ADEF9;
}
</style>