#79E6EE

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

Shades of Turquoise Blue #79E6EE

Tints of Turquoise Blue #79E6EE

Color information

#79E6EE (or 0x79E6EE) is unknown color: approx Turquoise Blue. HEX triplet: 79, E6 and EE. RGB value is (121,230,238). Sum of RGB (Red+Green+Blue) = 121+230+238=589 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.54% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #79E6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79E6EE is #861911. Grayscale: #C6C6C6. Windows color (decimal): -8788242 or 15656569. OLE color: 15656569.

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

Color convert

RGB121230238-
CMYK0.490.0300.07
HSL184.1º77.48%70.39%-
HSV(B)184.1º49.16%93.33%-
XYZ51.6166.8391.07-
YUV198.32150.3972.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.54%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=20.54%
G=39.05%
B=40.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212302380.490.0300.07184.177.4870.39
Hex79E6EE31307b84d46
Octal17134635661307270115106
Binary111100111100110111011101100011101111011100010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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