Shades of Turquoise Blue #7ADCDB
Tints of Turquoise Blue #7ADCDB
RGB
CMYK
RGB Variations
Color information
#7ADCDB (or 0x7ADCDB) is known color: Turquoise Blue. HEX triplet: 7A, DC and DB. RGB value is (122,220,219). Sum of RGB (Red+Green+Blue) = 122+220+219=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCDB is #852324. Grayscale: #BEBEBE. Windows color (decimal): -8725285 or 14408826. OLE color: 14408826.
HSL color Cylindrical-coordinate representation of color #7ADCDB: hue angle of 179.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCDB is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 219 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.14 |
| HSL | 179.39º | 0.58% | 0.67% | - |
| HSV(B) | 179.39º | 0.45% | 0.86% | - |
| XYZ | 46.41 | 60.44 | 76.24 | - |
| YUV | 190.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 219 | 0.45 | 0 | 0.00 | 0.14 | 179.39 | 0.58 | 0.67 |
| Hex | 7A | DC | DB | 2D | 0 | 0 | E | B3 | 3A | 43 |
| Octal | 172 | 334 | 333 | 55 | 0 | 0 | 16 | 263 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11011011 | 101101 | 0 | 0 | 1110 | 10110011 | 111010 | 1000011 |
Color Harmonies of #7ADCDB
Complementary color
Monochromatic Colors of #7ADCDB
Black with #7ADCDB
Text Example
Text Example
White with #7ADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCDB; }
p { color: rgb(122,220,219); }
H1.HeaderClassName
{
color: #7ADCDB;
}
.AnyTagClassName
{
color: #7ADCDB;
}
</style>
background-color css
<style>
a { background-color: #7ADCDB; }
a { background-color: rgb(122,220,219); }
div.DivClassName
{
background-color: #7ADCDB;
}
.BgClassName
{
background-color: #7ADCDB;
}
</style>
border-color css
<style>
span { border-color: #7ADCDB; }
span { border-color: rgb(122,220,219); }
td.TdClassName
{
border-color: #7ADCDB;
}
.TagClassName
{
border-color: #7ADCDB;
}
</style>