#79E8DC

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

Shades of Turquoise Blue #79E8DC

Tints of Turquoise Blue #79E8DC

Color information

#79E8DC (or 0x79E8DC) is unknown color: approx Turquoise Blue. HEX triplet: 79, E8 and DC. RGB value is (121,232,220). Sum of RGB (Red+Green+Blue) = 121+232+220=573 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.12% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #79E8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79E8DC is #861723. Grayscale: #C5C5C5. Windows color (decimal): -8787748 or 14477433. OLE color: 14477433.

HSL color Cylindrical-coordinate representation of color #79E8DC: hue angle of 173.51º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79E8DC is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB121232220-
CMYK0.4800.050.09
HSL173.51º70.7%69.22%-
HSV(B)173.51º47.84%90.98%-
XYZ49.6666.9578.01-
YUV197.44140.7373.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.12%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=21.12%
G=40.49%
B=38.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1212322200.4800.050.09173.5170.769.22
Hex79E8DC30059ae4745
Octal171350334600511256107105
Binary11110011110100011011100110000010110011010111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,232,220); }

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

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

 a { background-color: rgb(121,232,220); }

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

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

 span { border-color: rgb(121,232,220); }

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