Shades of Turquoise Blue #79DFE5
Tints of Turquoise Blue #79DFE5
RGB
CMYK
RGB Variations
Color information
#79DFE5 (or 0x79DFE5) is known color: Turquoise Blue. HEX triplet: 79, DF and E5. RGB value is (121,223,229). Sum of RGB (Red+Green+Blue) = 121+223+229=573 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.12% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #79DFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DFE5 is #86201A. Grayscale: #C1C1C1. Windows color (decimal): -8790043 or 15064953. OLE color: 15064953.
HSL color Cylindrical-coordinate representation of color #79DFE5: hue angle of 183.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79DFE5 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 223 | 229 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.10 |
| HSL | 183.33º | 0.68% | 0.69% | - |
| HSV(B) | 183.33º | 0.47% | 0.9% | - |
| XYZ | 48.42 | 62.5 | 83.64 | - |
| YUV | 193.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 223 | 229 | 0.47 | 0.03 | 0 | 0.10 | 183.33 | 0.68 | 0.69 |
| Hex | 79 | DF | E5 | 2F | 3 | 0 | A | B7 | 44 | 45 |
| Octal | 171 | 337 | 345 | 57 | 3 | 0 | 12 | 267 | 104 | 105 |
| Binary | 1111001 | 11011111 | 11100101 | 101111 | 11 | 0 | 1010 | 10110111 | 1000100 | 1000101 |
Color Harmonies of #79DFE5
Complementary color
Monochromatic Colors of #79DFE5
Black with #79DFE5
Text Example
Text Example
White with #79DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DFE5; }
p { color: rgb(121,223,229); }
H1.HeaderClassName
{
color: #79DFE5;
}
.AnyTagClassName
{
color: #79DFE5;
}
</style>
background-color css
<style>
a { background-color: #79DFE5; }
a { background-color: rgb(121,223,229); }
div.DivClassName
{
background-color: #79DFE5;
}
.BgClassName
{
background-color: #79DFE5;
}
</style>
border-color css
<style>
span { border-color: #79DFE5; }
span { border-color: rgb(121,223,229); }
td.TdClassName
{
border-color: #79DFE5;
}
.TagClassName
{
border-color: #79DFE5;
}
</style>