#79E3EB

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

Shades of Turquoise Blue #79E3EB

Tints of Turquoise Blue #79E3EB

Color information

#79E3EB (or 0x79E3EB) is unknown color: approx Turquoise Blue. HEX triplet: 79, E3 and EB. RGB value is (121,227,235). Sum of RGB (Red+Green+Blue) = 121+227+235=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #79E3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E3EB is #861C14. Grayscale: #C4C4C4. Windows color (decimal): -8789013 or 15459193. OLE color: 15459193.

HSL color Cylindrical-coordinate representation of color #79E3EB: hue angle of 184.21º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79E3EB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121227235-
CMYK0.490.0300.08
HSL184.21º74.03%69.8%-
HSV(B)184.21º48.51%92.16%-
XYZ50.356588.49-
YUV196.22149.8874.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.75%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=20.75%
G=38.94%
B=40.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212272350.490.0300.08184.2174.0369.8
Hex79E3EB31308b84a46
Octal171343353613010270112106
Binary1111001111000111110101111000111010001011100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,227,235); }

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

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

 a { background-color: rgb(121,227,235); }

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

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

 span { border-color: rgb(121,227,235); }

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