#77DADE

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

Shades of Turquoise Blue #77DADE

Tints of Turquoise Blue #77DADE

Color information

#77DADE (or 0x77DADE) is unknown color: approx Turquoise Blue. HEX triplet: 77, DA and DE. RGB value is (119,218,222). Sum of RGB (Red+Green+Blue) = 119+218+222=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #77DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADE is #882521. Grayscale: #BCBCBC. Windows color (decimal): -8922402 or 14604919. OLE color: 14604919.

HSL color Cylindrical-coordinate representation of color #77DADE: hue angle of 182.33º 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 #77DADE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119218222-
CMYK0.460.0200.13
HSL182.33º60.95%66.86%-
HSV(B)182.33º46.4%87.06%-
XYZ45.8659.3478.14-
YUV188.86146.778.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.29%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=21.29%
G=39.00%
B=39.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192182220.460.0200.13182.3360.9566.86
Hex77DADE2E20Db63d43
Octal16733233656201526675103
Binary111011111011010110111101011101001101101101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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