#79EADF

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

Shades of Turquoise Blue #79EADF

Tints of Turquoise Blue #79EADF

Color information

#79EADF (or 0x79EADF) is unknown color: approx Turquoise Blue. HEX triplet: 79, EA and DF. RGB value is (121,234,223). Sum of RGB (Red+Green+Blue) = 121+234+223=578 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.93% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #79EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EADF is #861520. Grayscale: #C6C6C6. Windows color (decimal): -8787233 or 14674553. OLE color: 14674553.

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

Color convert

RGB121234223-
CMYK0.4800.050.08
HSL174.16º72.9%69.61%-
HSV(B)174.16º48.29%91.76%-
XYZ50.6368.2480.32-
YUV198.96141.5672.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.93%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=20.93%
G=40.48%
B=38.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212342230.4800.050.08174.1672.969.61
Hex79EADF30058ae4946
Octal171352337600510256111106
Binary11110011110101011011111110000010110001010111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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