Shades of Turquoise Blue #7ADEF8
Tints of Turquoise Blue #7ADEF8
RGB
CMYK
RGB Variations
Color information
#7ADEF8 (or 0x7ADEF8) is known color: Turquoise Blue. HEX triplet: 7A, DE and F8. RGB value is (122,222,248). Sum of RGB (Red+Green+Blue) = 122+222+248=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #7ADEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEF8 is #852107. Grayscale: #C2C2C2. Windows color (decimal): -8724744 or 16309882. OLE color: 16309882.
HSL color Cylindrical-coordinate representation of color #7ADEF8: hue angle of 192.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADEF8 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 222 | 248 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.03 |
| HSL | 192.38º | 0.9% | 0.73% | - |
| HSV(B) | 192.38º | 0.51% | 0.97% | - |
| XYZ | 51.09 | 63.16 | 98.3 | - |
| YUV | 195.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 248 | 0.51 | 0.10 | 0 | 0.03 | 192.38 | 0.9 | 0.73 |
| Hex | 7A | DE | F8 | 33 | A | 0 | 3 | C0 | 5A | 49 |
| Octal | 172 | 336 | 370 | 63 | 12 | 0 | 3 | 300 | 132 | 111 |
| Binary | 1111010 | 11011110 | 11111000 | 110011 | 1010 | 0 | 11 | 11000000 | 1011010 | 1001001 |
Color Harmonies of #7ADEF8
Complementary color
Monochromatic Colors of #7ADEF8
Black with #7ADEF8
Text Example
Text Example
White with #7ADEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEF8; }
p { color: rgb(122,222,248); }
H1.HeaderClassName
{
color: #7ADEF8;
}
.AnyTagClassName
{
color: #7ADEF8;
}
</style>
background-color css
<style>
a { background-color: #7ADEF8; }
a { background-color: rgb(122,222,248); }
div.DivClassName
{
background-color: #7ADEF8;
}
.BgClassName
{
background-color: #7ADEF8;
}
</style>
border-color css
<style>
span { border-color: #7ADEF8; }
span { border-color: rgb(122,222,248); }
td.TdClassName
{
border-color: #7ADEF8;
}
.TagClassName
{
border-color: #7ADEF8;
}
</style>