#77DDDB

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

Shades of Turquoise Blue #77DDDB

Tints of Turquoise Blue #77DDDB

Color information

#77DDDB (or 0x77DDDB) is unknown color: approx Turquoise Blue. HEX triplet: 77, DD and DB. RGB value is (119,221,219). Sum of RGB (Red+Green+Blue) = 119+221+219=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDDB is #882224. Grayscale: #BEBEBE. Windows color (decimal): -8921637 or 14409079. OLE color: 14409079.

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

Color convert

RGB119221219-
CMYK0.4600.010.13
HSL178.82º60%66.67%-
HSV(B)178.82º46.15%86.67%-
XYZ46.2560.7576.31-
YUV190.27144.2177.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.29%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=21.29%
G=39.53%
B=39.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192212190.4600.010.13178.826066.67
Hex77DDDB2E01Db33c43
Octal16733533356011526374103
Binary11101111101110111011011101110011101101100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,221,219); }

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

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

 a { background-color: rgb(119,221,219); }

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

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

 span { border-color: rgb(119,221,219); }

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