#79e2da

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

Shades of Turquoise Blue #79E2DA

Tints of Turquoise Blue #79E2DA

Color information

#79E2DA (or 0x79E2DA) is unknown color: approx Turquoise Blue. HEX triplet: 79, E2 and DA. RGB value is (121,226,218). Sum of RGB (Red+Green+Blue) = 121+226+218=565 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.42% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #79E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E2DA is #861D25. Grayscale: #C1C1C1. Windows color (decimal): -8789286 or 14344825. OLE color: 14344825.

HSL color Cylindrical-coordinate representation of color #79E2DA: hue angle of 175.43º 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 #79E2DA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB121226218-
CMYK0.4600.040.11
HSL175.43º64.42%68.04%-
HSV(B)175.43º46.46%88.63%-
XYZ47.7463.5276.07-
YUV193.69141.7176.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.42%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=21.42%
G=40%
B=38.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1212262180.4600.040.11175.4364.4268.04
Hex79E2DA2E04Baf4044
Octal171342332560413257100104
Binary11110011110001011011010101110010010111010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79e2da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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