#79E7EB

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

Shades of Turquoise Blue #79E7EB

Tints of Turquoise Blue #79E7EB

Color information

#79E7EB (or 0x79E7EB) is unknown color: approx Turquoise Blue. HEX triplet: 79, E7 and EB. RGB value is (121,231,235). Sum of RGB (Red+Green+Blue) = 121+231+235=587 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.61% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #79E7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79E7EB is #861814. Grayscale: #C6C6C6. Windows color (decimal): -8787989 or 15460217. OLE color: 15460217.

HSL color Cylindrical-coordinate representation of color #79E7EB: hue angle of 182.11º 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 #79E7EB is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121231235-
CMYK0.490.0200.08
HSL182.11º74.03%69.8%-
HSV(B)182.11º48.51%92.16%-
XYZ51.4667.2188.86-
YUV198.57148.5672.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.61%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=20.61%
G=39.35%
B=40.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212312350.490.0200.08182.1174.0369.8
Hex79E7EB31208b64a46
Octal171347353612010266112106
Binary1111001111001111110101111000110010001011011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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