Shades of Turquoise Blue #79E2DF
Tints of Turquoise Blue #79E2DF
RGB
CMYK
RGB Variations
Color information
#79E2DF (or 0x79E2DF) is known color: Turquoise Blue. HEX triplet: 79, E2 and DF. RGB value is (121,226,223). Sum of RGB (Red+Green+Blue) = 121+226+223=570 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.23% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #79E2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E2DF is #861D20. Grayscale: #C2C2C2. Windows color (decimal): -8789281 or 14672505. OLE color: 14672505.
HSL color Cylindrical-coordinate representation of color #79E2DF: hue angle of 178.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79E2DF is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 226 | 223 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.11 |
| HSL | 178.29º | 0.64% | 0.68% | - |
| HSV(B) | 178.29º | 0.46% | 0.89% | - |
| XYZ | 48.4 | 63.79 | 79.57 | - |
| YUV | 194.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 226 | 223 | 0.46 | 0 | 0.01 | 0.11 | 178.29 | 0.64 | 0.68 |
| Hex | 79 | E2 | DF | 2E | 0 | 1 | B | B2 | 40 | 44 |
| Octal | 171 | 342 | 337 | 56 | 0 | 1 | 13 | 262 | 100 | 104 |
| Binary | 1111001 | 11100010 | 11011111 | 101110 | 0 | 1 | 1011 | 10110010 | 1000000 | 1000100 |
Color Harmonies of #79E2DF
Complementary color
Monochromatic Colors of #79E2DF
Black with #79E2DF
Text Example
Text Example
White with #79E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E2DF; }
p { color: rgb(121,226,223); }
H1.HeaderClassName
{
color: #79E2DF;
}
.AnyTagClassName
{
color: #79E2DF;
}
</style>
background-color css
<style>
a { background-color: #79E2DF; }
a { background-color: rgb(121,226,223); }
div.DivClassName
{
background-color: #79E2DF;
}
.BgClassName
{
background-color: #79E2DF;
}
</style>
border-color css
<style>
span { border-color: #79E2DF; }
span { border-color: rgb(121,226,223); }
td.TdClassName
{
border-color: #79E2DF;
}
.TagClassName
{
border-color: #79E2DF;
}
</style>