Shades of Turquoise Blue #79DAE3
Tints of Turquoise Blue #79DAE3
RGB
CMYK
RGB Variations
Color information
#79DAE3 (or 0x79DAE3) is known color: Turquoise Blue. HEX triplet: 79, DA and E3. RGB value is (121,218,227). Sum of RGB (Red+Green+Blue) = 121+218+227=566 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.38% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #79DAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DAE3 is #86251C. Grayscale: #BDBDBD. Windows color (decimal): -8791325 or 14932601. OLE color: 14932601.
HSL color Cylindrical-coordinate representation of color #79DAE3: hue angle of 185.09º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79DAE3 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 218 | 227 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.11 |
| HSL | 185.09º | 0.65% | 0.68% | - |
| HSV(B) | 185.09º | 0.47% | 0.89% | - |
| XYZ | 46.82 | 59.75 | 81.74 | - |
| YUV | 190.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 218 | 227 | 0.47 | 0.04 | 0 | 0.11 | 185.09 | 0.65 | 0.68 |
| Hex | 79 | DA | E3 | 2F | 4 | 0 | B | B9 | 41 | 44 |
| Octal | 171 | 332 | 343 | 57 | 4 | 0 | 13 | 271 | 101 | 104 |
| Binary | 1111001 | 11011010 | 11100011 | 101111 | 100 | 0 | 1011 | 10111001 | 1000001 | 1000100 |
Color Harmonies of #79DAE3
Complementary color
Monochromatic Colors of #79DAE3
Black with #79DAE3
Text Example
Text Example
White with #79DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DAE3; }
p { color: rgb(121,218,227); }
H1.HeaderClassName
{
color: #79DAE3;
}
.AnyTagClassName
{
color: #79DAE3;
}
</style>
background-color css
<style>
a { background-color: #79DAE3; }
a { background-color: rgb(121,218,227); }
div.DivClassName
{
background-color: #79DAE3;
}
.BgClassName
{
background-color: #79DAE3;
}
</style>
border-color css
<style>
span { border-color: #79DAE3; }
span { border-color: rgb(121,218,227); }
td.TdClassName
{
border-color: #79DAE3;
}
.TagClassName
{
border-color: #79DAE3;
}
</style>