Shades of Turquoise Blue #79E0DA
Tints of Turquoise Blue #79E0DA
RGB
CMYK
RGB Variations
Color information
#79E0DA (or 0x79E0DA) is known color: Turquoise Blue. HEX triplet: 79, E0 and DA. RGB value is (121,224,218). Sum of RGB (Red+Green+Blue) = 121+224+218=563 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.49% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #79E0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E0DA is #861F25. Grayscale: #C0C0C0. Windows color (decimal): -8789798 or 14344313. OLE color: 14344313.
HSL color Cylindrical-coordinate representation of color #79E0DA: hue angle of 176.5º 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 #79E0DA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 224 | 218 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.12 |
| HSL | 176.5º | 0.62% | 0.68% | - |
| HSV(B) | 176.5º | 0.46% | 0.88% | - |
| XYZ | 47.2 | 62.44 | 75.89 | - |
| YUV | 192.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 224 | 218 | 0.46 | 0 | 0.03 | 0.12 | 176.5 | 0.62 | 0.68 |
| Hex | 79 | E0 | DA | 2E | 0 | 3 | C | B1 | 3E | 44 |
| Octal | 171 | 340 | 332 | 56 | 0 | 3 | 14 | 261 | 76 | 104 |
| Binary | 1111001 | 11100000 | 11011010 | 101110 | 0 | 11 | 1100 | 10110001 | 111110 | 1000100 |
Color Harmonies of #79E0DA
Complementary color
Monochromatic Colors of #79E0DA
Black with #79E0DA
Text Example
Text Example
White with #79E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E0DA; }
p { color: rgb(121,224,218); }
H1.HeaderClassName
{
color: #79E0DA;
}
.AnyTagClassName
{
color: #79E0DA;
}
</style>
background-color css
<style>
a { background-color: #79E0DA; }
a { background-color: rgb(121,224,218); }
div.DivClassName
{
background-color: #79E0DA;
}
.BgClassName
{
background-color: #79E0DA;
}
</style>
border-color css
<style>
span { border-color: #79E0DA; }
span { border-color: rgb(121,224,218); }
td.TdClassName
{
border-color: #79E0DA;
}
.TagClassName
{
border-color: #79E0DA;
}
</style>