#77dbdd

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

Shades of Turquoise Blue #77DBDD

Tints of Turquoise Blue #77DBDD

Color information

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

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

Color convert

RGB119219221-
CMYK0.460.0100.13
HSL181.18º60%66.67%-
HSV(B)181.18º46.15%86.67%-
XYZ45.9959.8177.53-
YUV189.33145.8777.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192192210.460.0100.13181.186066.67
Hex77DBDD2E10Db53c43
Octal16733333556101526574103
Binary11101111101101111011101101110101101101101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77dbdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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