#79EBE3

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

Shades of Turquoise Blue #79EBE3

Tints of Turquoise Blue #79EBE3

Color information

#79EBE3 (or 0x79EBE3) is unknown color: approx Turquoise Blue. HEX triplet: 79, EB and E3. RGB value is (121,235,227). Sum of RGB (Red+Green+Blue) = 121+235+227=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #79EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EBE3 is #86141C. Grayscale: #C7C7C7. Windows color (decimal): -8786973 or 14936953. OLE color: 14936953.

HSL color Cylindrical-coordinate representation of color #79EBE3: hue angle of 175.79º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EBE3 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB121235227-
CMYK0.4900.030.08
HSL175.79º74.03%69.8%-
HSV(B)175.79º48.51%92.16%-
XYZ51.4669.0383.28-
YUV200143.2371.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.75%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=20.75%
G=40.31%
B=38.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212352270.4900.030.08175.7974.0369.8
Hex79EBE331038b04a46
Octal171353343610310260112106
Binary1111001111010111110001111000101110001011000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,235,227); }

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

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

 a { background-color: rgb(121,235,227); }

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

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

 span { border-color: rgb(121,235,227); }

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