#79EEE5

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

Shades of Turquoise Blue #79EEE5

Tints of Turquoise Blue #79EEE5

Color information

#79EEE5 (or 0x79EEE5) is unknown color: approx Turquoise Blue. HEX triplet: 79, EE and E5. RGB value is (121,238,229). Sum of RGB (Red+Green+Blue) = 121+238+229=588 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.58% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #79EEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EEE5 is #86111A. Grayscale: #C9C9C9. Windows color (decimal): -8786203 or 15068793. OLE color: 15068793.

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

Color convert

RGB121238229-
CMYK0.4900.040.07
HSL175.38º77.48%70.39%-
HSV(B)175.38º49.16%93.33%-
XYZ52.670.8785.04-
YUV201.99143.2470.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.58%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=20.58%
G=40.48%
B=38.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212382290.4900.040.07175.3877.4870.39
Hex79EEE531047af4d46
Octal17135634561047257115106
Binary1111001111011101110010111000101001111010111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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