Shades of Turquoise Blue #7ADDDF
Tints of Turquoise Blue #7ADDDF
RGB
CMYK
RGB Variations
Color information
#7ADDDF (or 0x7ADDDF) is known color: Turquoise Blue. HEX triplet: 7A, DD and DF. RGB value is (122,221,223). Sum of RGB (Red+Green+Blue) = 122+221+223=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ADDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDDF is #852220. Grayscale: #BFBFBF. Windows color (decimal): -8725025 or 14671226. OLE color: 14671226.
HSL color Cylindrical-coordinate representation of color #7ADDDF: hue angle of 181.19º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDDF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 223 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.13 |
| HSL | 181.19º | 0.61% | 0.68% | - |
| HSV(B) | 181.19º | 0.45% | 0.87% | - |
| XYZ | 47.2 | 61.18 | 79.13 | - |
| YUV | 191.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 223 | 0.45 | 0.01 | 0 | 0.13 | 181.19 | 0.61 | 0.68 |
| Hex | 7A | DD | DF | 2D | 1 | 0 | D | B5 | 3D | 44 |
| Octal | 172 | 335 | 337 | 55 | 1 | 0 | 15 | 265 | 75 | 104 |
| Binary | 1111010 | 11011101 | 11011111 | 101101 | 1 | 0 | 1101 | 10110101 | 111101 | 1000100 |
Color Harmonies of #7ADDDF
Complementary color
Monochromatic Colors of #7ADDDF
Black with #7ADDDF
Text Example
Text Example
White with #7ADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDDF; }
p { color: rgb(122,221,223); }
H1.HeaderClassName
{
color: #7ADDDF;
}
.AnyTagClassName
{
color: #7ADDDF;
}
</style>
background-color css
<style>
a { background-color: #7ADDDF; }
a { background-color: rgb(122,221,223); }
div.DivClassName
{
background-color: #7ADDDF;
}
.BgClassName
{
background-color: #7ADDDF;
}
</style>
border-color css
<style>
span { border-color: #7ADDDF; }
span { border-color: rgb(122,221,223); }
td.TdClassName
{
border-color: #7ADDDF;
}
.TagClassName
{
border-color: #7ADDDF;
}
</style>