#79EAEC

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

Shades of Turquoise Blue #79EAEC

Tints of Turquoise Blue #79EAEC

Color information

#79EAEC (or 0x79EAEC) is unknown color: approx Turquoise Blue. HEX triplet: 79, EA and EC. RGB value is (121,234,236). Sum of RGB (Red+Green+Blue) = 121+234+236=591 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.47% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #79EAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EAEC is #861513. Grayscale: #C8C8C8. Windows color (decimal): -8787220 or 15526521. OLE color: 15526521.

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

Color convert

RGB121234236-
CMYK0.490.0100.07
HSL181.04º75.16%70%-
HSV(B)181.04º48.73%92.55%-
XYZ52.4568.9789.9-
YUV200.44148.0671.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.47%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=20.47%
G=39.59%
B=39.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212342360.490.0100.07181.0475.1670
Hex79EAEC31107b54b46
Octal17135235461107265113106
Binary11110011110101011101100110001101111011010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,234,236); }

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

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

 a { background-color: rgb(121,234,236); }

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

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

 span { border-color: rgb(121,234,236); }

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