#79E9DC

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

Shades of Turquoise Blue #79E9DC

Tints of Turquoise Blue #79E9DC

Color information

#79E9DC (or 0x79E9DC) is unknown color: approx Turquoise Blue. HEX triplet: 79, E9 and DC. RGB value is (121,233,220). Sum of RGB (Red+Green+Blue) = 121+233+220=574 (76% of max value = 765). Red value is 121 (47.66% from 255 or 21.08% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #79E9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79E9DC is #861623. Grayscale: #C5C5C5. Windows color (decimal): -8787492 or 14477689. OLE color: 14477689.

HSL color Cylindrical-coordinate representation of color #79E9DC: hue angle of 173.04º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79E9DC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB121233220-
CMYK0.4800.060.09
HSL173.04º71.79%69.41%-
HSV(B)173.04º48.07%91.37%-
XYZ49.9467.5178.11-
YUV198.03140.3973.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.08%
GREEN value IS 233 (91.41% from 255) = 40.59%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=21.08%
G=40.59%
B=38.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1212332200.4800.060.09173.0471.7969.41
Hex79E9DC30069ad4845
Octal171351334600611255110105
Binary11110011110100111011100110000011010011010110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,233,220); }

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

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

 a { background-color: rgb(121,233,220); }

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

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

 span { border-color: rgb(121,233,220); }

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