Shades of Turquoise Blue #79EAE5
Tints of Turquoise Blue #79EAE5
RGB
CMYK
RGB Variations
Color information
#79EAE5 (or 0x79EAE5) is known color: Turquoise Blue. HEX triplet: 79, EA and E5. RGB value is (121,234,229). Sum of RGB (Red+Green+Blue) = 121+234+229=584 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.72% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #79EAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EAE5 is #86151A. Grayscale: #C7C7C7. Windows color (decimal): -8787227 or 15067769. OLE color: 15067769.
HSL color Cylindrical-coordinate representation of color #79EAE5: hue angle of 177.35º 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 #79EAE5 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 234 | 229 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.08 |
| HSL | 177.35º | 0.73% | 0.7% | - |
| HSV(B) | 177.35º | 0.48% | 0.92% | - |
| XYZ | 51.45 | 68.57 | 84.65 | - |
| YUV | 199.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 234 | 229 | 0.48 | 0 | 0.02 | 0.08 | 177.35 | 0.73 | 0.7 |
| Hex | 79 | EA | E5 | 30 | 0 | 2 | 8 | B1 | 49 | 46 |
| Octal | 171 | 352 | 345 | 60 | 0 | 2 | 10 | 261 | 111 | 106 |
| Binary | 1111001 | 11101010 | 11100101 | 110000 | 0 | 10 | 1000 | 10110001 | 1001001 | 1000110 |
Color Harmonies of #79EAE5
Complementary color
Monochromatic Colors of #79EAE5
Black with #79EAE5
Text Example
Text Example
White with #79EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EAE5; }
p { color: rgb(121,234,229); }
H1.HeaderClassName
{
color: #79EAE5;
}
.AnyTagClassName
{
color: #79EAE5;
}
</style>
background-color css
<style>
a { background-color: #79EAE5; }
a { background-color: rgb(121,234,229); }
div.DivClassName
{
background-color: #79EAE5;
}
.BgClassName
{
background-color: #79EAE5;
}
</style>
border-color css
<style>
span { border-color: #79EAE5; }
span { border-color: rgb(121,234,229); }
td.TdClassName
{
border-color: #79EAE5;
}
.TagClassName
{
border-color: #79EAE5;
}
</style>