Shades of Turquoise Blue #7ADFDC
Tints of Turquoise Blue #7ADFDC
RGB
CMYK
RGB Variations
Color information
#7ADFDC (or 0x7ADFDC) is known color: Turquoise Blue. HEX triplet: 7A, DF and DC. RGB value is (122,223,220). Sum of RGB (Red+Green+Blue) = 122+223+220=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFDC is #852023. Grayscale: #C0C0C0. Windows color (decimal): -8724516 or 14475130. OLE color: 14475130.
HSL color Cylindrical-coordinate representation of color #7ADFDC: hue angle of 178.22º 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 #7ADFDC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 220 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.13 |
| HSL | 178.22º | 0.61% | 0.68% | - |
| HSV(B) | 178.22º | 0.45% | 0.87% | - |
| XYZ | 47.33 | 62.08 | 77.2 | - |
| YUV | 192.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 220 | 0.45 | 0 | 0.01 | 0.13 | 178.22 | 0.61 | 0.68 |
| Hex | 7A | DF | DC | 2D | 0 | 1 | D | B2 | 3D | 44 |
| Octal | 172 | 337 | 334 | 55 | 0 | 1 | 15 | 262 | 75 | 104 |
| Binary | 1111010 | 11011111 | 11011100 | 101101 | 0 | 1 | 1101 | 10110010 | 111101 | 1000100 |
Color Harmonies of #7ADFDC
Complementary color
Monochromatic Colors of #7ADFDC
Black with #7ADFDC
Text Example
Text Example
White with #7ADFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFDC; }
p { color: rgb(122,223,220); }
H1.HeaderClassName
{
color: #7ADFDC;
}
.AnyTagClassName
{
color: #7ADFDC;
}
</style>
background-color css
<style>
a { background-color: #7ADFDC; }
a { background-color: rgb(122,223,220); }
div.DivClassName
{
background-color: #7ADFDC;
}
.BgClassName
{
background-color: #7ADFDC;
}
</style>
border-color css
<style>
span { border-color: #7ADFDC; }
span { border-color: rgb(122,223,220); }
td.TdClassName
{
border-color: #7ADFDC;
}
.TagClassName
{
border-color: #7ADFDC;
}
</style>