#79E2EE

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

Shades of Turquoise Blue #79E2EE

Tints of Turquoise Blue #79E2EE

Color information

#79E2EE (or 0x79E2EE) is unknown color: approx Turquoise Blue. HEX triplet: 79, E2 and EE. RGB value is (121,226,238). Sum of RGB (Red+Green+Blue) = 121+226+238=585 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.68% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #79E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E2EE is #861D11. Grayscale: #C3C3C3. Windows color (decimal): -8789266 or 15655545. OLE color: 15655545.

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

Color convert

RGB121226238-
CMYK0.490.0500.07
HSL186.15º77.48%70.39%-
HSV(B)186.15º49.16%93.33%-
XYZ50.5164.6390.7-
YUV195.97151.7174.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.68%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=20.68%
G=38.63%
B=40.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212262380.490.0500.07186.1577.4870.39
Hex79E2EE31507ba4d46
Octal17134235661507272115106
Binary1111001111000101110111011000110101111011101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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