#77E1F6

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

Shades of Turquoise Blue #77E1F6

Tints of Turquoise Blue #77E1F6

Color information

#77E1F6 (or 0x77E1F6) is unknown color: approx Turquoise Blue. HEX triplet: 77, E1 and F6. RGB value is (119,225,246). Sum of RGB (Red+Green+Blue) = 119+225+246=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #77E1F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E1F6 is #881E09. Grayscale: #C3C3C3. Windows color (decimal): -8920586 or 16179575. OLE color: 16179575.

HSL color Cylindrical-coordinate representation of color #77E1F6: hue angle of 189.92º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77E1F6 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119225246-
CMYK0.520.0900.04
HSL189.92º87.59%71.57%-
HSV(B)189.92º51.63%96.47%-
XYZ51.1764.4396.93-
YUV195.7156.3873.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.17%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=20.17%
G=38.14%
B=41.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192252460.520.0900.04189.9287.5971.57
Hex77E1F634904be5848
Octal167341366641104276130110
Binary11101111110000111110110110100100101001011111010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77E1F6; }

 p { color: rgb(119,225,246); }

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

<style>
 a { background-color: #77E1F6; }

 a { background-color: rgb(119,225,246); }

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

<style>
 span { border-color: #77E1F6; }

 span { border-color: rgb(119,225,246); }

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