Shades of Turquoise Blue #79E0EA
Tints of Turquoise Blue #79E0EA
RGB
CMYK
RGB Variations
Color information
#79E0EA (or 0x79E0EA) is known color: Turquoise Blue. HEX triplet: 79, E0 and EA. RGB value is (121,224,234). Sum of RGB (Red+Green+Blue) = 121+224+234=579 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.90% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #79E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E0EA is #861F15. Grayscale: #C2C2C2. Windows color (decimal): -8789782 or 15392889. OLE color: 15392889.
HSL color Cylindrical-coordinate representation of color #79E0EA: hue angle of 185.31º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79E0EA is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 224 | 234 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.08 |
| HSL | 185.31º | 0.73% | 0.7% | - |
| HSV(B) | 185.31º | 0.48% | 0.92% | - |
| XYZ | 49.39 | 63.32 | 87.46 | - |
| YUV | 194.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 224 | 234 | 0.48 | 0.04 | 0 | 0.08 | 185.31 | 0.73 | 0.7 |
| Hex | 79 | E0 | EA | 30 | 4 | 0 | 8 | B9 | 49 | 46 |
| Octal | 171 | 340 | 352 | 60 | 4 | 0 | 10 | 271 | 111 | 106 |
| Binary | 1111001 | 11100000 | 11101010 | 110000 | 100 | 0 | 1000 | 10111001 | 1001001 | 1000110 |
Color Harmonies of #79E0EA
Complementary color
Monochromatic Colors of #79E0EA
Black with #79E0EA
Text Example
Text Example
White with #79E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E0EA; }
p { color: rgb(121,224,234); }
H1.HeaderClassName
{
color: #79E0EA;
}
.AnyTagClassName
{
color: #79E0EA;
}
</style>
background-color css
<style>
a { background-color: #79E0EA; }
a { background-color: rgb(121,224,234); }
div.DivClassName
{
background-color: #79E0EA;
}
.BgClassName
{
background-color: #79E0EA;
}
</style>
border-color css
<style>
span { border-color: #79E0EA; }
span { border-color: rgb(121,224,234); }
td.TdClassName
{
border-color: #79E0EA;
}
.TagClassName
{
border-color: #79E0EA;
}
</style>