#77DED6

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

Shades of Turquoise Blue #77DED6

Tints of Turquoise Blue #77DED6

Color information

#77DED6 (or 0x77DED6) is unknown color: approx Turquoise Blue. HEX triplet: 77, DE and D6. RGB value is (119,222,214). Sum of RGB (Red+Green+Blue) = 119+222+214=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #77DED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DED6 is #882129. Grayscale: #BEBEBE. Windows color (decimal): -8921386 or 14081655. OLE color: 14081655.

HSL color Cylindrical-coordinate representation of color #77DED6: hue angle of 175.34º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DED6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB119222214-
CMYK0.4600.040.13
HSL175.34º60.95%66.86%-
HSV(B)175.34º46.4%87.06%-
XYZ45.8761.0272.98-
YUV190.29141.3877.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=21.44%
G=40%
B=38.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192222140.4600.040.13175.3460.9566.86
Hex77DED62E04Daf3d43
Octal16733632656041525775103
Binary1110111110111101101011010111001001101101011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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