#79E0FA

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

Shades of Turquoise Blue #79E0FA

Tints of Turquoise Blue #79E0FA

Color information

#79E0FA (or 0x79E0FA) is unknown color: approx Turquoise Blue. HEX triplet: 79, E0 and FA. RGB value is (121,224,250). Sum of RGB (Red+Green+Blue) = 121+224+250=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #79E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E0FA is #861F05. Grayscale: #C3C3C3. Windows color (decimal): -8789766 or 16441465. OLE color: 16441465.

HSL color Cylindrical-coordinate representation of color #79E0FA: hue angle of 192.09º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79E0FA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121224250-
CMYK0.520.1000.02
HSL192.09º92.81%72.75%-
HSV(B)192.09º51.6%98.04%-
XYZ51.864.28100.12-
YUV196.17158.3874.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.34%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=20.34%
G=37.65%
B=42.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212242500.520.1000.02192.0992.8172.75
Hex79E0FA34A02c05d49
Octal171340372641202300135111
Binary1111001111000001111101011010010100101100000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,224,250); }

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

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

 a { background-color: rgb(121,224,250); }

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

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

 span { border-color: rgb(121,224,250); }

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