#77E1DF

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

Shades of Turquoise Blue #77E1DF

Tints of Turquoise Blue #77E1DF

Color information

#77E1DF (or 0x77E1DF) is unknown color: approx Turquoise Blue. HEX triplet: 77, E1 and DF. RGB value is (119,225,223). Sum of RGB (Red+Green+Blue) = 119+225+223=567 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.99% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1DF is #881E20. Grayscale: #C0C0C0. Windows color (decimal): -8920609 or 14672247. OLE color: 14672247.

HSL color Cylindrical-coordinate representation of color #77E1DF: hue angle of 178.87º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E1DF is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB119225223-
CMYK0.4700.010.12
HSL178.87º63.86%67.45%-
HSV(B)178.87º47.11%88.24%-
XYZ47.8563.179.47-
YUV193.08144.8875.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.99%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=20.99%
G=39.68%
B=39.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192252230.4700.010.12178.8763.8667.45
Hex77E1DF2F01Cb34043
Octal167341337570114263100103
Binary111011111100001110111111011110111001011001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,225,223); }

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

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

 a { background-color: rgb(119,225,223); }

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

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

 span { border-color: rgb(119,225,223); }

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