#79EAEE

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

Shades of Turquoise Blue #79EAEE

Tints of Turquoise Blue #79EAEE

Color information

#79EAEE (or 0x79EAEE) is unknown color: approx Turquoise Blue. HEX triplet: 79, EA and EE. RGB value is (121,234,238). Sum of RGB (Red+Green+Blue) = 121+234+238=593 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.40% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #79EAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EAEE is #861511. Grayscale: #C8C8C8. Windows color (decimal): -8787218 or 15657593. OLE color: 15657593.

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

Color convert

RGB121234238-
CMYK0.490.0200.07
HSL182.05º77.48%70.39%-
HSV(B)182.05º49.16%93.33%-
XYZ52.7469.0891.44-
YUV200.67149.0671.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.40%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=20.40%
G=39.46%
B=40.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212342380.490.0200.07182.0577.4870.39
Hex79EAEE31207b64d46
Octal17135235661207266115106
Binary111100111101010111011101100011001111011011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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