Shades of Turquoise Blue #7ADDDA
Tints of Turquoise Blue #7ADDDA
RGB
CMYK
RGB Variations
Color information
#7ADDDA (or 0x7ADDDA) is known color: Turquoise Blue. HEX triplet: 7A, DD and DA. RGB value is (122,221,218). Sum of RGB (Red+Green+Blue) = 122+221+218=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDDA is #852225. Grayscale: #BEBEBE. Windows color (decimal): -8725030 or 14343546. OLE color: 14343546.
HSL color Cylindrical-coordinate representation of color #7ADDDA: hue angle of 178.18º 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 #7ADDDA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 218 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.13 |
| HSL | 178.18º | 0.59% | 0.67% | - |
| HSV(B) | 178.18º | 0.45% | 0.87% | - |
| XYZ | 46.54 | 60.91 | 75.63 | - |
| YUV | 191.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 218 | 0.45 | 0 | 0.01 | 0.13 | 178.18 | 0.59 | 0.67 |
| Hex | 7A | DD | DA | 2D | 0 | 1 | D | B2 | 3B | 43 |
| Octal | 172 | 335 | 332 | 55 | 0 | 1 | 15 | 262 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11011010 | 101101 | 0 | 1 | 1101 | 10110010 | 111011 | 1000011 |
Color Harmonies of #7ADDDA
Complementary color
Monochromatic Colors of #7ADDDA
Black with #7ADDDA
Text Example
Text Example
White with #7ADDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDDA; }
p { color: rgb(122,221,218); }
H1.HeaderClassName
{
color: #7ADDDA;
}
.AnyTagClassName
{
color: #7ADDDA;
}
</style>
background-color css
<style>
a { background-color: #7ADDDA; }
a { background-color: rgb(122,221,218); }
div.DivClassName
{
background-color: #7ADDDA;
}
.BgClassName
{
background-color: #7ADDDA;
}
</style>
border-color css
<style>
span { border-color: #7ADDDA; }
span { border-color: rgb(122,221,218); }
td.TdClassName
{
border-color: #7ADDDA;
}
.TagClassName
{
border-color: #7ADDDA;
}
</style>