#76E2DA

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

Shades of Turquoise Blue #76E2DA

Tints of Turquoise Blue #76E2DA

Color information

#76E2DA (or 0x76E2DA) is unknown color: approx Turquoise Blue. HEX triplet: 76, E2 and DA. RGB value is (118,226,218). Sum of RGB (Red+Green+Blue) = 118+226+218=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #76E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E2DA is #891D25. Grayscale: #C0C0C0. Windows color (decimal): -8985894 or 14344822. OLE color: 14344822.

HSL color Cylindrical-coordinate representation of color #76E2DA: hue angle of 175.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E2DA is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB118226218-
CMYK0.4800.040.11
HSL175.56º65.06%67.45%-
HSV(B)175.56º47.79%88.63%-
XYZ47.3263.3176.05-
YUV192.8142.2274.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.00%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=21.00%
G=40.21%
B=38.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182262180.4800.040.11175.5665.0667.45
Hex76E2DA3004Bb04143
Octal166342332600413260101103
Binary11101101110001011011010110000010010111011000010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,226,218); }

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

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

 a { background-color: rgb(118,226,218); }

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

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

 span { border-color: rgb(118,226,218); }

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