Shades of Turquoise Blue #7ADEDA
Tints of Turquoise Blue #7ADEDA
RGB
CMYK
RGB Variations
Color information
#7ADEDA (or 0x7ADEDA) is known color: Turquoise Blue. HEX triplet: 7A, DE and DA. RGB value is (122,222,218). Sum of RGB (Red+Green+Blue) = 122+222+218=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEDA is #852125. Grayscale: #BFBFBF. Windows color (decimal): -8724774 or 14343802. OLE color: 14343802.
HSL color Cylindrical-coordinate representation of color #7ADEDA: hue angle of 177.6º degrees, saturation: 0.6, 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 #7ADEDA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 218 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.13 |
| HSL | 177.6º | 0.6% | 0.67% | - |
| HSV(B) | 177.6º | 0.45% | 0.87% | - |
| XYZ | 46.8 | 61.44 | 75.72 | - |
| YUV | 191.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 218 | 0.45 | 0 | 0.02 | 0.13 | 177.6 | 0.6 | 0.67 |
| Hex | 7A | DE | DA | 2D | 0 | 2 | D | B2 | 3C | 43 |
| Octal | 172 | 336 | 332 | 55 | 0 | 2 | 15 | 262 | 74 | 103 |
| Binary | 1111010 | 11011110 | 11011010 | 101101 | 0 | 10 | 1101 | 10110010 | 111100 | 1000011 |
Color Harmonies of #7ADEDA
Complementary color
Monochromatic Colors of #7ADEDA
Black with #7ADEDA
Text Example
Text Example
White with #7ADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEDA; }
p { color: rgb(122,222,218); }
H1.HeaderClassName
{
color: #7ADEDA;
}
.AnyTagClassName
{
color: #7ADEDA;
}
</style>
background-color css
<style>
a { background-color: #7ADEDA; }
a { background-color: rgb(122,222,218); }
div.DivClassName
{
background-color: #7ADEDA;
}
.BgClassName
{
background-color: #7ADEDA;
}
</style>
border-color css
<style>
span { border-color: #7ADEDA; }
span { border-color: rgb(122,222,218); }
td.TdClassName
{
border-color: #7ADEDA;
}
.TagClassName
{
border-color: #7ADEDA;
}
</style>