Shades of Turquoise Blue #7ADFF9
Tints of Turquoise Blue #7ADFF9
RGB
CMYK
RGB Variations
Color information
#7ADFF9 (or 0x7ADFF9) is known color: Turquoise Blue. HEX triplet: 7A, DF and F9. RGB value is (122,223,249). Sum of RGB (Red+Green+Blue) = 122+223+249=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #7ADFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFF9 is #852006. Grayscale: #C3C3C3. Windows color (decimal): -8724487 or 16375674. OLE color: 16375674.
HSL color Cylindrical-coordinate representation of color #7ADFF9: hue angle of 192.28º 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 #7ADFF9 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 223 | 249 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.02 |
| HSL | 192.28º | 0.91% | 0.73% | - |
| HSV(B) | 192.28º | 0.51% | 0.98% | - |
| XYZ | 51.51 | 63.75 | 99.21 | - |
| YUV | 195.77 | 158.04 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 249 | 0.51 | 0.10 | 0 | 0.02 | 192.28 | 0.91 | 0.73 |
| Hex | 7A | DF | F9 | 33 | A | 0 | 2 | C0 | 5B | 49 |
| Octal | 172 | 337 | 371 | 63 | 12 | 0 | 2 | 300 | 133 | 111 |
| Binary | 1111010 | 11011111 | 11111001 | 110011 | 1010 | 0 | 10 | 11000000 | 1011011 | 1001001 |
Color Harmonies of #7ADFF9
Complementary color
Monochromatic Colors of #7ADFF9
Black with #7ADFF9
Text Example
Text Example
White with #7ADFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFF9; }
p { color: rgb(122,223,249); }
H1.HeaderClassName
{
color: #7ADFF9;
}
.AnyTagClassName
{
color: #7ADFF9;
}
</style>
background-color css
<style>
a { background-color: #7ADFF9; }
a { background-color: rgb(122,223,249); }
div.DivClassName
{
background-color: #7ADFF9;
}
.BgClassName
{
background-color: #7ADFF9;
}
</style>
border-color css
<style>
span { border-color: #7ADFF9; }
span { border-color: rgb(122,223,249); }
td.TdClassName
{
border-color: #7ADFF9;
}
.TagClassName
{
border-color: #7ADFF9;
}
</style>