#79E5DA

Color #79E5DA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #79E5DA

Tints of Turquoise Blue #79E5DA

Color information

#79E5DA (or 0x79E5DA) is unknown color: approx Turquoise Blue. HEX triplet: 79, E5 and DA. RGB value is (121,229,218). Sum of RGB (Red+Green+Blue) = 121+229+218=568 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.30% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #79E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E5DA is #861A25. Grayscale: #C3C3C3. Windows color (decimal): -8788518 or 14345593. OLE color: 14345593.

HSL color Cylindrical-coordinate representation of color #79E5DA: hue angle of 173.89º 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 #79E5DA is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB121229218-
CMYK0.4700.050.10
HSL173.89º67.5%68.63%-
HSV(B)173.89º47.16%89.8%-
XYZ48.5665.1776.35-
YUV195.45140.7274.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 21.30%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=21.30%
G=40.32%
B=38.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1212292180.4700.050.10173.8967.568.63
Hex79E5DA2F05Aae4445
Octal171345332570512256104105
Binary11110011110010111011010101111010110101010111010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79E5DA; }

 p { color: rgb(121,229,218); }

 H1.HeaderClassName
 {
   color: #79E5DA;
 }
 .AnyTagClassName
 {
   color: #79E5DA;
 }
</style>
background-color css

<style>
 a { background-color: #79E5DA; }

 a { background-color: rgb(121,229,218); }

 div.DivClassName
 {
   background-color: #79E5DA;
 }
 .BgClassName
 {
   background-color: #79E5DA;
 }
</style>
border-color css

<style>
 span { border-color: #79E5DA; }

 span { border-color: rgb(121,229,218); }

 td.TdClassName
 {
   border-color: #79E5DA;
 }
 .TagClassName
 {
   border-color: #79E5DA;
 }
</style>