#77E4DC

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

Shades of Turquoise Blue #77E4DC

Tints of Turquoise Blue #77E4DC

Color information

#77E4DC (or 0x77E4DC) is unknown color: approx Turquoise Blue. HEX triplet: 77, E4 and DC. RGB value is (119,228,220). Sum of RGB (Red+Green+Blue) = 119+228+220=567 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.99% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #77E4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E4DC is #881B23. Grayscale: #C2C2C2. Windows color (decimal): -8919844 or 14476407. OLE color: 14476407.

HSL color Cylindrical-coordinate representation of color #77E4DC: hue angle of 175.6º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E4DC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB119228220-
CMYK0.4800.040.11
HSL175.6º66.87%68.04%-
HSV(B)175.6º47.81%89.41%-
XYZ48.2764.5877.63-
YUV194.5142.3974.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.99%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=20.99%
G=40.21%
B=38.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1192282200.4800.040.11175.666.8768.04
Hex77E4DC3004Bb04344
Octal167344334600413260103104
Binary11101111110010011011100110000010010111011000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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