#76E9DC

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

Shades of Turquoise Blue #76E9DC

Tints of Turquoise Blue #76E9DC

Color information

#76E9DC (or 0x76E9DC) is unknown color: approx Turquoise Blue. HEX triplet: 76, E9 and DC. RGB value is (118,233,220). Sum of RGB (Red+Green+Blue) = 118+233+220=571 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.67% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9DC is #891623. Grayscale: #C5C5C5. Windows color (decimal): -8984100 or 14477686. OLE color: 14477686.

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

Color convert

RGB118233220-
CMYK0.4900.060.09
HSL173.22º72.33%68.82%-
HSV(B)173.22º49.36%91.37%-
XYZ49.5367.378.09-
YUV197.13140.971.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.67%
GREEN value IS 233 (91.41% from 255) = 40.81%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=20.67%
G=40.81%
B=38.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182332200.4900.060.09173.2272.3368.82
Hex76E9DC31069ad4845
Octal166351334610611255110105
Binary11101101110100111011100110001011010011010110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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