#76E7F0

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

Shades of Turquoise Blue #76E7F0

Tints of Turquoise Blue #76E7F0

Color information

#76E7F0 (or 0x76E7F0) is unknown color: approx Turquoise Blue. HEX triplet: 76, E7 and F0. RGB value is (118,231,240). Sum of RGB (Red+Green+Blue) = 118+231+240=589 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20.03% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #76E7F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E7F0 is #89180F. Grayscale: #C6C6C6. Windows color (decimal): -8984592 or 15787894. OLE color: 15787894.

HSL color Cylindrical-coordinate representation of color #76E7F0: hue angle of 184.43º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76E7F0 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118231240-
CMYK0.510.0400.06
HSL184.43º80.26%70.2%-
HSV(B)184.43º50.83%94.12%-
XYZ51.7867.2992.7-
YUV198.24151.5670.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.03%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=20.03%
G=39.22%
B=40.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182312400.510.0400.06184.4380.2670.2
Hex76E7F033406b85046
Octal16634736063406270120106
Binary1110110111001111111000011001110001101011100010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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