#76E5F4

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

Shades of Turquoise Blue #76E5F4

Tints of Turquoise Blue #76E5F4

Color information

#76E5F4 (or 0x76E5F4) is unknown color: approx Turquoise Blue. HEX triplet: 76, E5 and F4. RGB value is (118,229,244). Sum of RGB (Red+Green+Blue) = 118+229+244=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #76E5F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E5F4 is #891A0B. Grayscale: #C5C5C5. Windows color (decimal): -8985100 or 16049526. OLE color: 16049526.

HSL color Cylindrical-coordinate representation of color #76E5F4: hue angle of 187.14º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76E5F4 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118229244-
CMYK0.520.0600.04
HSL187.14º85.14%70.98%-
HSV(B)187.14º51.64%95.69%-
XYZ51.8266.4295.68-
YUV197.52154.2371.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.97%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=19.97%
G=38.75%
B=41.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182292440.520.0600.04187.1485.1470.98
Hex76E5F434604bb5547
Octal16634536464604273125107
Binary1110110111001011111010011010011001001011101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,229,244); }

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

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

 a { background-color: rgb(118,229,244); }

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

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

 span { border-color: rgb(118,229,244); }

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