#77D9DC

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

Shades of Turquoise Blue #77D9DC

Tints of Turquoise Blue #77D9DC

Color information

#77D9DC (or 0x77D9DC) is unknown color: approx Turquoise Blue. HEX triplet: 77, D9 and DC. RGB value is (119,217,220). Sum of RGB (Red+Green+Blue) = 119+217+220=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #77D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9DC is #882623. Grayscale: #BBBBBB. Windows color (decimal): -8922660 or 14473591. OLE color: 14473591.

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

Color convert

RGB119217220-
CMYK0.460.0100.14
HSL181.78º59.06%66.47%-
HSV(B)181.78º45.91%86.27%-
XYZ45.3458.7176.65-
YUV188.04146.0378.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.40%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=21.40%
G=39.03%
B=39.57%

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
Decimal1192172200.460.0100.14181.7859.0666.47
Hex77D9DC2E10Eb63b42
Octal16733133456101626673102
Binary11101111101100111011100101110101110101101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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