#76E1EB

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

Shades of Turquoise Blue #76E1EB

Tints of Turquoise Blue #76E1EB

Color information

#76E1EB (or 0x76E1EB) is unknown color: approx Turquoise Blue. HEX triplet: 76, E1 and EB. RGB value is (118,225,235). Sum of RGB (Red+Green+Blue) = 118+225+235=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #76E1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E1EB is #891E14. Grayscale: #C2C2C2. Windows color (decimal): -8986133 or 15458678. OLE color: 15458678.

HSL color Cylindrical-coordinate representation of color #76E1EB: hue angle of 185.13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76E1EB is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118225235-
CMYK0.500.0400.08
HSL185.13º74.52%69.22%-
HSV(B)185.13º49.79%92.16%-
XYZ49.3963.788.29-
YUV194.15151.0573.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.42%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=20.42%
G=38.93%
B=40.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182252350.500.0400.08185.1374.5269.22
Hex76E1EB32408b94b45
Octal166341353624010271113105
Binary11101101110000111101011110010100010001011100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,225,235); }

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

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

 a { background-color: rgb(118,225,235); }

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

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

 span { border-color: rgb(118,225,235); }

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