#79EDE1

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

Shades of Turquoise Blue #79EDE1

Tints of Turquoise Blue #79EDE1

Color information

#79EDE1 (or 0x79EDE1) is unknown color: approx Turquoise Blue. HEX triplet: 79, ED and E1. RGB value is (121,237,225). Sum of RGB (Red+Green+Blue) = 121+237+225=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #79EDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EDE1 is #86121E. Grayscale: #C8C8C8. Windows color (decimal): -8786463 or 14806393. OLE color: 14806393.

HSL color Cylindrical-coordinate representation of color #79EDE1: hue angle of 173.79º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EDE1 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB121237225-
CMYK0.4900.050.07
HSL173.79º76.32%70.2%-
HSV(B)173.79º48.95%92.94%-
XYZ51.7670.0782.03-
YUV200.95141.5770.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.75%
GREEN value IS 237 (92.97% from 255) = 40.65%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=20.75%
G=40.65%
B=38.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212372250.4900.050.07173.7976.3270.2
Hex79EDE131057ae4c46
Octal17135534161057256114106
Binary1111001111011011110000111000101011111010111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,237,225); }

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

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

 a { background-color: rgb(121,237,225); }

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

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

 span { border-color: rgb(121,237,225); }

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