#76E8E6

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

Shades of Turquoise Blue #76E8E6

Tints of Turquoise Blue #76E8E6

Color information

#76E8E6 (or 0x76E8E6) is unknown color: approx Turquoise Blue. HEX triplet: 76, E8 and E6. RGB value is (118,232,230). Sum of RGB (Red+Green+Blue) = 118+232+230=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E8E6 is #891719. Grayscale: #C5C5C5. Windows color (decimal): -8984346 or 15132790. OLE color: 15132790.

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

Color convert

RGB118232230-
CMYK0.4900.010.09
HSL178.95º71.25%68.63%-
HSV(B)178.95º49.14%90.98%-
XYZ50.6167.2885.18-
YUV197.69146.2371.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.34%
GREEN value IS 232 (91.02% from 255) = 40%
BLUE value IS 230 (90.23% from 255) = 39.66%
R=20.34%
G=40%
B=39.66%

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
Decimal1182322300.4900.010.09178.9571.2568.63
Hex76E8E631019b34745
Octal166350346610111263107105
Binary111011011101000111001101100010110011011001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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