#76E6E7

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

Shades of Turquoise Blue #76E6E7

Tints of Turquoise Blue #76E6E7

Color information

#76E6E7 (or 0x76E6E7) is unknown color: approx Turquoise Blue. HEX triplet: 76, E6 and E7. RGB value is (118,230,231). Sum of RGB (Red+Green+Blue) = 118+230+231=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #76E6E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E6E7 is #891918. Grayscale: #C4C4C4. Windows color (decimal): -8984857 or 15197814. OLE color: 15197814.

HSL color Cylindrical-coordinate representation of color #76E6E7: hue angle of 180.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6E7 is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118230231-
CMYK0.490.0000.09
HSL180.53º70.19%68.43%-
HSV(B)180.53º48.92%90.59%-
XYZ50.1966.2185.74-
YUV196.63147.3971.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.38%
GREEN value IS 230 (90.23% from 255) = 39.72%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=20.38%
G=39.72%
B=39.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182302310.490.0000.09180.5370.1968.43
Hex76E6E731009b54644
Octal166346347610011265106104
Binary111011011100110111001111100010010011011010110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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