#77DADC

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

Shades of Turquoise Blue #77DADC

Tints of Turquoise Blue #77DADC

Color information

#77DADC (or 0x77DADC) is unknown color: approx Turquoise Blue. HEX triplet: 77, DA and DC. RGB value is (119,218,220). Sum of RGB (Red+Green+Blue) = 119+218+220=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #77DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADC is #882523. Grayscale: #BCBCBC. Windows color (decimal): -8922404 or 14473847. OLE color: 14473847.

HSL color Cylindrical-coordinate representation of color #77DADC: hue angle of 181.19º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DADC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119218220-
CMYK0.460.0100.14
HSL181.19º59.06%66.47%-
HSV(B)181.19º45.91%86.27%-
XYZ45.659.2376.74-
YUV188.63145.778.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.36%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=21.36%
G=39.14%
B=39.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192182200.460.0100.14181.1959.0666.47
Hex77DADC2E10Eb53b42
Octal16733233456101626573102
Binary11101111101101011011100101110101110101101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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