#76E0F9

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

Shades of Turquoise Blue #76E0F9

Tints of Turquoise Blue #76E0F9

Color information

#76E0F9 (or 0x76E0F9) is unknown color: approx Turquoise Blue. HEX triplet: 76, E0 and F9. RGB value is (118,224,249). Sum of RGB (Red+Green+Blue) = 118+224+249=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #76E0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E0F9 is #891F06. Grayscale: #C2C2C2. Windows color (decimal): -8986375 or 16375926. OLE color: 16375926.

HSL color Cylindrical-coordinate representation of color #76E0F9: hue angle of 191.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76E0F9 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118224249-
CMYK0.530.1000.02
HSL191.45º91.61%71.96%-
HSV(B)191.45º52.61%97.65%-
XYZ51.236499.28-
YUV195.16158.3872.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.97%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=19.97%
G=37.90%
B=42.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182242490.530.1000.02191.4591.6171.96
Hex76E0F935A02bf5c48
Octal166340371651202277134110
Binary1110110111000001111100111010110100101011111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,224,249); }

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

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

 a { background-color: rgb(118,224,249); }

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

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

 span { border-color: rgb(118,224,249); }

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