#76E4F8

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

Shades of Turquoise Blue #76E4F8

Tints of Turquoise Blue #76E4F8

Color information

#76E4F8 (or 0x76E4F8) is unknown color: approx Turquoise Blue. HEX triplet: 76, E4 and F8. RGB value is (118,228,248). Sum of RGB (Red+Green+Blue) = 118+228+248=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #76E4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E4F8 is #891B07. Grayscale: #C5C5C5. Windows color (decimal): -8985352 or 16311414. OLE color: 16311414.

HSL color Cylindrical-coordinate representation of color #76E4F8: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76E4F8 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118228248-
CMYK0.520.0800.03
HSL189.23º90.28%71.76%-
HSV(B)189.23º52.42%97.25%-
XYZ52.1666.1298.82-
YUV197.39156.5671.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.87%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=19.87%
G=38.38%
B=41.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182282480.520.0800.03189.2390.2871.76
Hex76E4F834803bd5a48
Octal166344370641003275132110
Binary1110110111001001111100011010010000111011110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,228,248); }

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

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

 a { background-color: rgb(118,228,248); }

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

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

 span { border-color: rgb(118,228,248); }

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