#77E9DE

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

Shades of Turquoise Blue #77E9DE

Tints of Turquoise Blue #77E9DE

Color information

#77E9DE (or 0x77E9DE) is unknown color: approx Turquoise Blue. HEX triplet: 77, E9 and DE. RGB value is (119,233,222). Sum of RGB (Red+Green+Blue) = 119+233+222=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #77E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E9DE is #881621. Grayscale: #C5C5C5. Windows color (decimal): -8918562 or 14608759. OLE color: 14608759.

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

Color convert

RGB119233222-
CMYK0.4900.050.09
HSL174.21º72.15%69.02%-
HSV(B)174.21º48.93%91.37%-
XYZ49.9367.4779.5-
YUV197.66141.7371.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.73%
GREEN value IS 233 (91.41% from 255) = 40.59%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=20.73%
G=40.59%
B=38.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1192332220.4900.050.09174.2172.1569.02
Hex77E9DE31059ae4845
Octal167351336610511256110105
Binary11101111110100111011110110001010110011010111010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,233,222); }

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

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

 a { background-color: rgb(119,233,222); }

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

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

 span { border-color: rgb(119,233,222); }

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