#77E4F0

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

Shades of Turquoise Blue #77E4F0

Tints of Turquoise Blue #77E4F0

Color information

#77E4F0 (or 0x77E4F0) is unknown color: approx Turquoise Blue. HEX triplet: 77, E4 and F0. RGB value is (119,228,240). Sum of RGB (Red+Green+Blue) = 119+228+240=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #77E4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E4F0 is #881B0F. Grayscale: #C4C4C4. Windows color (decimal): -8919824 or 15787127. OLE color: 15787127.

HSL color Cylindrical-coordinate representation of color #77E4F0: hue angle of 185.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77E4F0 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119228240-
CMYK0.500.0500.06
HSL185.95º80.13%70.39%-
HSV(B)185.95º50.42%94.12%-
XYZ51.0865.792.43-
YUV196.78152.3972.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.27%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=20.27%
G=38.84%
B=40.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192282400.500.0500.06185.9580.1370.39
Hex77E4F032506ba5046
Octal16734436062506272120106
Binary1110111111001001111000011001010101101011101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,228,240); }

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

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

 a { background-color: rgb(119,228,240); }

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

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

 span { border-color: rgb(119,228,240); }

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