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