#77E0DF

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

Shades of Turquoise Blue #77E0DF

Tints of Turquoise Blue #77E0DF

Color information

#77E0DF (or 0x77E0DF) is unknown color: approx Turquoise Blue. HEX triplet: 77, E0 and DF. RGB value is (119,224,223). Sum of RGB (Red+Green+Blue) = 119+224+223=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0DF is #881F20. Grayscale: #C0C0C0. Windows color (decimal): -8920865 or 14671991. OLE color: 14671991.

HSL color Cylindrical-coordinate representation of color #77E0DF: hue angle of 179.43º degrees, saturation: 0.63, 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 #77E0DF is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB119224223-
CMYK0.4700.000.12
HSL179.43º62.87%67.25%-
HSV(B)179.43º46.88%87.84%-
XYZ47.5862.5679.38-
YUV192.49145.2175.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.02%
GREEN value IS 224 (87.89% from 255) = 39.58%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=21.02%
G=39.58%
B=39.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192242230.4700.000.12179.4362.8767.25
Hex77E0DF2F00Cb33f43
Octal16734033757001426377103
Binary11101111110000011011111101111001100101100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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