Shades of Turquoise Blue #7ADDD9
Tints of Turquoise Blue #7ADDD9
RGB
CMYK
RGB Variations
Color information
#7ADDD9 (or 0x7ADDD9) is known color: Turquoise Blue. HEX triplet: 7A, DD and D9. RGB value is (122,221,217). Sum of RGB (Red+Green+Blue) = 122+221+217=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD9 is #852226. Grayscale: #BEBEBE. Windows color (decimal): -8725031 or 14278010. OLE color: 14278010.
HSL color Cylindrical-coordinate representation of color #7ADDD9: hue angle of 177.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDD9 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 217 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.13 |
| HSL | 177.58º | 0.59% | 0.67% | - |
| HSV(B) | 177.58º | 0.45% | 0.87% | - |
| XYZ | 46.41 | 60.86 | 74.95 | - |
| YUV | 190.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 217 | 0.45 | 0 | 0.02 | 0.13 | 177.58 | 0.59 | 0.67 |
| Hex | 7A | DD | D9 | 2D | 0 | 2 | D | B2 | 3B | 43 |
| Octal | 172 | 335 | 331 | 55 | 0 | 2 | 15 | 262 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11011001 | 101101 | 0 | 10 | 1101 | 10110010 | 111011 | 1000011 |
Color Harmonies of #7ADDD9
Complementary color
Monochromatic Colors of #7ADDD9
Black with #7ADDD9
Text Example
Text Example
White with #7ADDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDD9; }
p { color: rgb(122,221,217); }
H1.HeaderClassName
{
color: #7ADDD9;
}
.AnyTagClassName
{
color: #7ADDD9;
}
</style>
background-color css
<style>
a { background-color: #7ADDD9; }
a { background-color: rgb(122,221,217); }
div.DivClassName
{
background-color: #7ADDD9;
}
.BgClassName
{
background-color: #7ADDD9;
}
</style>
border-color css
<style>
span { border-color: #7ADDD9; }
span { border-color: rgb(122,221,217); }
td.TdClassName
{
border-color: #7ADDD9;
}
.TagClassName
{
border-color: #7ADDD9;
}
</style>