#77EDEA

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

Shades of Turquoise Blue #77EDEA

Tints of Turquoise Blue #77EDEA

Color information

#77EDEA (or 0x77EDEA) is unknown color: approx Turquoise Blue. HEX triplet: 77, ED and EA. RGB value is (119,237,234). Sum of RGB (Red+Green+Blue) = 119+237+234=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EDEA is #881215. Grayscale: #C9C9C9. Windows color (decimal): -8917526 or 15396215. OLE color: 15396215.

HSL color Cylindrical-coordinate representation of color #77EDEA: hue angle of 178.47º 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 #77EDEA is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB119237234-
CMYK0.5000.010.07
HSL178.47º76.62%69.8%-
HSV(B)178.47º49.79%92.94%-
XYZ52.7470.4388.66-
YUV201.38146.4169.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.17%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=20.17%
G=40.17%
B=39.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192372340.5000.010.07178.4776.6269.8
Hex77EDEA32017b24d46
Octal16735535262017262115106
Binary11101111110110111101010110010011111011001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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