Shades of Turquoise Blue #7ADEF2
Tints of Turquoise Blue #7ADEF2
RGB
CMYK
RGB Variations
Color information
#7ADEF2 (or 0x7ADEF2) is known color: Turquoise Blue. HEX triplet: 7A, DE and F2. RGB value is (122,222,242). Sum of RGB (Red+Green+Blue) = 122+222+242=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ADEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEF2 is #85210D. Grayscale: #C2C2C2. Windows color (decimal): -8724750 or 15916666. OLE color: 15916666.
HSL color Cylindrical-coordinate representation of color #7ADEF2: hue angle of 190º 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 #7ADEF2 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 222 | 242 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.05 |
| HSL | 190º | 0.82% | 0.71% | - |
| HSV(B) | 190º | 0.5% | 0.95% | - |
| XYZ | 50.17 | 62.79 | 93.48 | - |
| YUV | 194.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 242 | 0.50 | 0.08 | 0 | 0.05 | 190 | 0.82 | 0.71 |
| Hex | 7A | DE | F2 | 32 | 8 | 0 | 5 | BE | 52 | 47 |
| Octal | 172 | 336 | 362 | 62 | 10 | 0 | 5 | 276 | 122 | 107 |
| Binary | 1111010 | 11011110 | 11110010 | 110010 | 1000 | 0 | 101 | 10111110 | 1010010 | 1000111 |
Color Harmonies of #7ADEF2
Complementary color
Monochromatic Colors of #7ADEF2
Black with #7ADEF2
Text Example
Text Example
White with #7ADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEF2; }
p { color: rgb(122,222,242); }
H1.HeaderClassName
{
color: #7ADEF2;
}
.AnyTagClassName
{
color: #7ADEF2;
}
</style>
background-color css
<style>
a { background-color: #7ADEF2; }
a { background-color: rgb(122,222,242); }
div.DivClassName
{
background-color: #7ADEF2;
}
.BgClassName
{
background-color: #7ADEF2;
}
</style>
border-color css
<style>
span { border-color: #7ADEF2; }
span { border-color: rgb(122,222,242); }
td.TdClassName
{
border-color: #7ADEF2;
}
.TagClassName
{
border-color: #7ADEF2;
}
</style>