#76E6E9

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

Shades of Turquoise Blue #76E6E9

Tints of Turquoise Blue #76E6E9

Color information

#76E6E9 (or 0x76E6E9) is unknown color: approx Turquoise Blue. HEX triplet: 76, E6 and E9. RGB value is (118,230,233). Sum of RGB (Red+Green+Blue) = 118+230+233=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #76E6E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E6E9 is #891916. Grayscale: #C4C4C4. Windows color (decimal): -8984855 or 15328886. OLE color: 15328886.

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

Color convert

RGB118230233-
CMYK0.490.0100.09
HSL181.57º72.33%68.82%-
HSV(B)181.57º49.36%91.37%-
XYZ50.4866.3387.23-
YUV196.85148.3971.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.31%
GREEN value IS 230 (90.23% from 255) = 39.59%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=20.31%
G=39.59%
B=40.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182302330.490.0100.09181.5772.3368.82
Hex76E6E931109b64845
Octal166346351611011266110105
Binary111011011100110111010011100011010011011011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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