#76E9E7

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

Shades of Turquoise Blue #76E9E7

Tints of Turquoise Blue #76E9E7

Color information

#76E9E7 (or 0x76E9E7) is unknown color: approx Turquoise Blue. HEX triplet: 76, E9 and E7. RGB value is (118,233,231). Sum of RGB (Red+Green+Blue) = 118+233+231=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E9E7 is #891618. Grayscale: #C6C6C6. Windows color (decimal): -8984089 or 15198582. OLE color: 15198582.

HSL color Cylindrical-coordinate representation of color #76E9E7: hue angle of 178.96º 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 #76E9E7 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB118233231-
CMYK0.4900.010.09
HSL178.96º72.33%68.82%-
HSV(B)178.96º49.36%91.37%-
XYZ51.0367.986.02-
YUV198.39146.470.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.27%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=20.27%
G=40.03%
B=39.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182332310.4900.010.09178.9672.3368.82
Hex76E9E731019b34845
Octal166351347610111263110105
Binary111011011101001111001111100010110011011001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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