#76E7EC

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

Shades of Turquoise Blue #76E7EC

Tints of Turquoise Blue #76E7EC

Color information

#76E7EC (or 0x76E7EC) is unknown color: approx Turquoise Blue. HEX triplet: 76, E7 and EC. RGB value is (118,231,236). Sum of RGB (Red+Green+Blue) = 118+231+236=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #76E7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E7EC is #891813. Grayscale: #C5C5C5. Windows color (decimal): -8984596 or 15525750. OLE color: 15525750.

HSL color Cylindrical-coordinate representation of color #76E7EC: hue angle of 182.54º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76E7EC is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118231236-
CMYK0.50.0200.07
HSL182.54º75.64%69.41%-
HSV(B)182.54º50%92.55%-
XYZ51.1967.0689.6-
YUV197.78149.5671.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.17%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=20.17%
G=39.49%
B=40.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182312360.50.0200.07182.5475.6469.41
Hex76E7EC32207b74c45
Octal16634735462207267114105
Binary111011011100111111011001100101001111011011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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