#76E5DE

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

Shades of Turquoise Blue #76E5DE

Tints of Turquoise Blue #76E5DE

Color information

#76E5DE (or 0x76E5DE) is unknown color: approx Turquoise Blue. HEX triplet: 76, E5 and DE. RGB value is (118,229,222). Sum of RGB (Red+Green+Blue) = 118+229+222=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E5DE is #891A21. Grayscale: #C2C2C2. Windows color (decimal): -8985122 or 14607734. OLE color: 14607734.

HSL color Cylindrical-coordinate representation of color #76E5DE: hue angle of 176.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E5DE is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB118229222-
CMYK0.4800.030.10
HSL176.22º68.1%68.04%-
HSV(B)176.22º48.47%89.8%-
XYZ48.6865.1679.12-
YUV195.01143.2373.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.74%
GREEN value IS 229 (89.84% from 255) = 40.25%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=20.74%
G=40.25%
B=39.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1182292220.4800.030.10176.2268.168.04
Hex76E5DE3003Ab04444
Octal166345336600312260104104
Binary1110110111001011101111011000001110101011000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76E5DE; }

 p { color: rgb(118,229,222); }

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

<style>
 a { background-color: #76E5DE; }

 a { background-color: rgb(118,229,222); }

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

<style>
 span { border-color: #76E5DE; }

 span { border-color: rgb(118,229,222); }

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