#79E1DD

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

Shades of Turquoise Blue #79E1DD

Tints of Turquoise Blue #79E1DD

Color information

#79E1DD (or 0x79E1DD) is unknown color: approx Turquoise Blue. HEX triplet: 79, E1 and DD. RGB value is (121,225,221). Sum of RGB (Red+Green+Blue) = 121+225+221=567 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.34% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #79E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79E1DD is #861E22. Grayscale: #C1C1C1. Windows color (decimal): -8789539 or 14541177. OLE color: 14541177.

HSL color Cylindrical-coordinate representation of color #79E1DD: hue angle of 177.69º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79E1DD is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB121225221-
CMYK0.4600.020.12
HSL177.69º63.41%67.84%-
HSV(B)177.69º46.22%88.24%-
XYZ47.8663.1478.07-
YUV193.45143.5476.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.34%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=21.34%
G=39.68%
B=38.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1212252210.4600.020.12177.6963.4167.84
Hex79E1DD2E02Cb23f44
Octal17134133556021426277104
Binary111100111100001110111011011100101100101100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,225,221); }

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

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

 a { background-color: rgb(121,225,221); }

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

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

 span { border-color: rgb(121,225,221); }

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