Shades of Turquoise Blue #7ADDDE
Tints of Turquoise Blue #7ADDDE
RGB
CMYK
RGB Variations
Color information
#7ADDDE (or 0x7ADDDE) is known color: Turquoise Blue. HEX triplet: 7A, DD and DE. RGB value is (122,221,222). Sum of RGB (Red+Green+Blue) = 122+221+222=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ADDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDDE is #852221. Grayscale: #BFBFBF. Windows color (decimal): -8725026 or 14605690. OLE color: 14605690.
HSL color Cylindrical-coordinate representation of color #7ADDDE: hue angle of 180.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 #7ADDDE is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 222 | - |
| CMYK | 0.45 | 0.00 | 0 | 0.13 |
| HSL | 180.6º | 0.6% | 0.67% | - |
| HSV(B) | 180.6º | 0.45% | 0.87% | - |
| XYZ | 47.07 | 61.12 | 78.42 | - |
| YUV | 191.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 222 | 0.45 | 0.00 | 0 | 0.13 | 180.6 | 0.6 | 0.67 |
| Hex | 7A | DD | DE | 2D | 0 | 0 | D | B5 | 3C | 43 |
| Octal | 172 | 335 | 336 | 55 | 0 | 0 | 15 | 265 | 74 | 103 |
| Binary | 1111010 | 11011101 | 11011110 | 101101 | 0 | 0 | 1101 | 10110101 | 111100 | 1000011 |
Color Harmonies of #7ADDDE
Complementary color
Monochromatic Colors of #7ADDDE
Black with #7ADDDE
Text Example
Text Example
White with #7ADDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDDE; }
p { color: rgb(122,221,222); }
H1.HeaderClassName
{
color: #7ADDDE;
}
.AnyTagClassName
{
color: #7ADDDE;
}
</style>
background-color css
<style>
a { background-color: #7ADDDE; }
a { background-color: rgb(122,221,222); }
div.DivClassName
{
background-color: #7ADDDE;
}
.BgClassName
{
background-color: #7ADDDE;
}
</style>
border-color css
<style>
span { border-color: #7ADDDE; }
span { border-color: rgb(122,221,222); }
td.TdClassName
{
border-color: #7ADDDE;
}
.TagClassName
{
border-color: #7ADDDE;
}
</style>