#79e1f8

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

Shades of Turquoise Blue #79E1F8

Tints of Turquoise Blue #79E1F8

Color information

#79E1F8 (or 0x79E1F8) is unknown color: approx Turquoise Blue. HEX triplet: 79, E1 and F8. RGB value is (121,225,248). Sum of RGB (Red+Green+Blue) = 121+225+248=594 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.37% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #79E1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E1F8 is #861E07. Grayscale: #C4C4C4. Windows color (decimal): -8789512 or 16310649. OLE color: 16310649.

HSL color Cylindrical-coordinate representation of color #79E1F8: hue angle of 190.87º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79E1F8 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB121225248-
CMYK0.510.0900.03
HSL190.87º90.07%72.35%-
HSV(B)190.87º51.21%97.25%-
XYZ51.7564.6998.57-
YUV196.53157.0474.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.37%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=20.37%
G=37.88%
B=41.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1212252480.510.0900.03190.8790.0772.35
Hex79E1F833903bf5a48
Octal171341370631103277132110
Binary1111001111000011111100011001110010111011111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79e1f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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