#79E5EE

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

Shades of Turquoise Blue #79E5EE

Tints of Turquoise Blue #79E5EE

Color information

#79E5EE (or 0x79E5EE) is unknown color: approx Turquoise Blue. HEX triplet: 79, E5 and EE. RGB value is (121,229,238). Sum of RGB (Red+Green+Blue) = 121+229+238=588 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.58% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #79E5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E5EE is #861A11. Grayscale: #C5C5C5. Windows color (decimal): -8788498 or 15656313. OLE color: 15656313.

HSL color Cylindrical-coordinate representation of color #79E5EE: hue angle of 184.62º degrees, saturation: 0.77, 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 #79E5EE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121229238-
CMYK0.490.0400.07
HSL184.62º77.48%70.39%-
HSV(B)184.62º49.16%93.33%-
XYZ51.3466.2890.98-
YUV197.73150.7273.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.58%
GREEN value IS 229 (89.84% from 255) = 38.95%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=20.58%
G=38.95%
B=40.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212292380.490.0400.07184.6277.4870.39
Hex79E5EE31407b94d46
Octal17134535661407271115106
Binary1111001111001011110111011000110001111011100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,229,238); }

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

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

 a { background-color: rgb(121,229,238); }

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

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

 span { border-color: rgb(121,229,238); }

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