#76E1F7

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

Shades of Turquoise Blue #76E1F7

Tints of Turquoise Blue #76E1F7

Color information

#76E1F7 (or 0x76E1F7) is unknown color: approx Turquoise Blue. HEX triplet: 76, E1 and F7. RGB value is (118,225,247). Sum of RGB (Red+Green+Blue) = 118+225+247=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #76E1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E1F7 is #891E08. Grayscale: #C3C3C3. Windows color (decimal): -8986121 or 16245110. OLE color: 16245110.

HSL color Cylindrical-coordinate representation of color #76E1F7: hue angle of 190.23º degrees, saturation: 0.89, 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 #76E1F7 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118225247-
CMYK0.520.0900.03
HSL190.23º88.97%71.57%-
HSV(B)190.23º52.23%96.86%-
XYZ51.1864.4297.73-
YUV195.52157.0572.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 247 (96.88% from 255) = 41.86%
R=20%
G=38.14%
B=41.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182252470.520.0900.03190.2388.9771.57
Hex76E1F734903be5948
Octal166341367641103276131110
Binary1110110111000011111011111010010010111011111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,225,247); }

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

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

 a { background-color: rgb(118,225,247); }

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

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

 span { border-color: rgb(118,225,247); }

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