#77E7E0

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

Shades of Turquoise Blue #77E7E0

Tints of Turquoise Blue #77E7E0

Color information

#77E7E0 (or 0x77E7E0) is unknown color: approx Turquoise Blue. HEX triplet: 77, E7 and E0. RGB value is (119,231,224). Sum of RGB (Red+Green+Blue) = 119+231+224=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E7E0 is #88181F. Grayscale: #C4C4C4. Windows color (decimal): -8919072 or 14739319. OLE color: 14739319.

HSL color Cylindrical-coordinate representation of color #77E7E0: hue angle of 176.25º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7E0 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB119231224-
CMYK0.4800.030.09
HSL176.25º70%68.63%-
HSV(B)176.25º48.48%90.59%-
XYZ49.6466.4680.73-
YUV196.71143.3972.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.73%
GREEN value IS 231 (90.62% from 255) = 40.24%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=20.73%
G=40.24%
B=39.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1192312240.4800.030.09176.257068.63
Hex77E7E030039b04645
Octal167347340600311260106105
Binary1110111111001111110000011000001110011011000010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,231,224); }

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

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

 a { background-color: rgb(119,231,224); }

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

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

 span { border-color: rgb(119,231,224); }

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