Shades of Turquoise Blue #7ADDD8
Tints of Turquoise Blue #7ADDD8
RGB
CMYK
RGB Variations
Color information
#7ADDD8 (or 0x7ADDD8) is known color: Turquoise Blue. HEX triplet: 7A, DD and D8. RGB value is (122,221,216). Sum of RGB (Red+Green+Blue) = 122+221+216=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDD8 is #852227. Grayscale: #BEBEBE. Windows color (decimal): -8725032 or 14212474. OLE color: 14212474.
HSL color Cylindrical-coordinate representation of color #7ADDD8: hue angle of 176.97º 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 #7ADDD8 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 216 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.13 |
| HSL | 176.97º | 0.59% | 0.67% | - |
| HSV(B) | 176.97º | 0.45% | 0.87% | - |
| XYZ | 46.28 | 60.81 | 74.26 | - |
| YUV | 190.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 216 | 0.45 | 0 | 0.02 | 0.13 | 176.97 | 0.59 | 0.67 |
| Hex | 7A | DD | D8 | 2D | 0 | 2 | D | B1 | 3B | 43 |
| Octal | 172 | 335 | 330 | 55 | 0 | 2 | 15 | 261 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11011000 | 101101 | 0 | 10 | 1101 | 10110001 | 111011 | 1000011 |
Color Harmonies of #7ADDD8
Complementary color
Monochromatic Colors of #7ADDD8
Black with #7ADDD8
Text Example
Text Example
White with #7ADDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDD8; }
p { color: rgb(122,221,216); }
H1.HeaderClassName
{
color: #7ADDD8;
}
.AnyTagClassName
{
color: #7ADDD8;
}
</style>
background-color css
<style>
a { background-color: #7ADDD8; }
a { background-color: rgb(122,221,216); }
div.DivClassName
{
background-color: #7ADDD8;
}
.BgClassName
{
background-color: #7ADDD8;
}
</style>
border-color css
<style>
span { border-color: #7ADDD8; }
span { border-color: rgb(122,221,216); }
td.TdClassName
{
border-color: #7ADDD8;
}
.TagClassName
{
border-color: #7ADDD8;
}
</style>