#77e3ed

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

Shades of Turquoise Blue #77E3ED

Tints of Turquoise Blue #77E3ED

Color information

#77E3ED (or 0x77E3ED) is unknown color: approx Turquoise Blue. HEX triplet: 77, E3 and ED. RGB value is (119,227,237). Sum of RGB (Red+Green+Blue) = 119+227+237=583 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.41% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #77E3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E3ED is #881C12. Grayscale: #C3C3C3. Windows color (decimal): -8920083 or 15590263. OLE color: 15590263.

HSL color Cylindrical-coordinate representation of color #77E3ED: hue angle of 185.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77E3ED is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119227237-
CMYK0.500.0400.07
HSL185.08º76.62%69.8%-
HSV(B)185.08º49.79%92.94%-
XYZ50.3664.9790.01-
YUV195.85151.2273.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.41%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=20.41%
G=38.94%
B=40.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192272370.500.0400.07185.0876.6269.8
Hex77E3ED32407b94d46
Octal16734335562407271115106
Binary1110111111000111110110111001010001111011100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77e3ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,227,237); }

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

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

 a { background-color: rgb(119,227,237); }

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

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

 span { border-color: rgb(119,227,237); }

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