#77ECEB

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

Shades of Turquoise Blue #77ECEB

Tints of Turquoise Blue #77ECEB

Color information

#77ECEB (or 0x77ECEB) is unknown color: approx Turquoise Blue. HEX triplet: 77, EC and EB. RGB value is (119,236,235). Sum of RGB (Red+Green+Blue) = 119+236+235=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECEB is #881314. Grayscale: #C8C8C8. Windows color (decimal): -8917781 or 15461495. OLE color: 15461495.

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

Color convert

RGB119236235-
CMYK0.5000.000.07
HSL179.49º75.48%69.61%-
HSV(B)179.49º49.58%92.55%-
XYZ52.669.9189.32-
YUV200.9147.2469.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.17%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=20.17%
G=40%
B=39.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192362350.5000.000.07179.4975.4869.61
Hex77ECEB32007b34b46
Octal16735435362007263113106
Binary11101111110110011101011110010001111011001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,236,235); }

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

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

 a { background-color: rgb(119,236,235); }

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

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

 span { border-color: rgb(119,236,235); }

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