#77D8DC

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

Shades of Turquoise Blue #77D8DC

Tints of Turquoise Blue #77D8DC

Color information

#77D8DC (or 0x77D8DC) is unknown color: approx Turquoise Blue. HEX triplet: 77, D8 and DC. RGB value is (119,216,220). Sum of RGB (Red+Green+Blue) = 119+216+220=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #77D8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8DC is #882723. Grayscale: #BBBBBB. Windows color (decimal): -8922916 or 14473335. OLE color: 14473335.

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

Color convert

RGB119216220-
CMYK0.460.0200.14
HSL182.38º59.06%66.47%-
HSV(B)182.38º45.91%86.27%-
XYZ45.0858.276.57-
YUV187.45146.3679.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=21.44%
G=38.92%
B=39.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192162200.460.0200.14182.3859.0666.47
Hex77D8DC2E20Eb63b42
Octal16733033456201626673102
Binary111011111011000110111001011101001110101101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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