Shades of Turquoise Blue #79E0D8
Tints of Turquoise Blue #79E0D8
RGB
CMYK
RGB Variations
Color information
#79E0D8 (or 0x79E0D8) is known color: Turquoise Blue. HEX triplet: 79, E0 and D8. RGB value is (121,224,216). Sum of RGB (Red+Green+Blue) = 121+224+216=561 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.57% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #79E0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E0D8 is #861F27. Grayscale: #C0C0C0. Windows color (decimal): -8789800 or 14213241. OLE color: 14213241.
HSL color Cylindrical-coordinate representation of color #79E0D8: hue angle of 175.34º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79E0D8 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 224 | 216 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.12 |
| HSL | 175.34º | 0.62% | 0.68% | - |
| HSV(B) | 175.34º | 0.46% | 0.88% | - |
| XYZ | 46.94 | 62.33 | 74.52 | - |
| YUV | 192.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 224 | 216 | 0.46 | 0 | 0.04 | 0.12 | 175.34 | 0.62 | 0.68 |
| Hex | 79 | E0 | D8 | 2E | 0 | 4 | C | AF | 3E | 44 |
| Octal | 171 | 340 | 330 | 56 | 0 | 4 | 14 | 257 | 76 | 104 |
| Binary | 1111001 | 11100000 | 11011000 | 101110 | 0 | 100 | 1100 | 10101111 | 111110 | 1000100 |
Color Harmonies of #79E0D8
Complementary color
Monochromatic Colors of #79E0D8
Black with #79E0D8
Text Example
Text Example
White with #79E0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E0D8; }
p { color: rgb(121,224,216); }
H1.HeaderClassName
{
color: #79E0D8;
}
.AnyTagClassName
{
color: #79E0D8;
}
</style>
background-color css
<style>
a { background-color: #79E0D8; }
a { background-color: rgb(121,224,216); }
div.DivClassName
{
background-color: #79E0D8;
}
.BgClassName
{
background-color: #79E0D8;
}
</style>
border-color css
<style>
span { border-color: #79E0D8; }
span { border-color: rgb(121,224,216); }
td.TdClassName
{
border-color: #79E0D8;
}
.TagClassName
{
border-color: #79E0D8;
}
</style>