#77DCDE

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

Shades of Turquoise Blue #77DCDE

Tints of Turquoise Blue #77DCDE

Color information

#77DCDE (or 0x77DCDE) is unknown color: approx Turquoise Blue. HEX triplet: 77, DC and DE. RGB value is (119,220,222). Sum of RGB (Red+Green+Blue) = 119+220+222=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #77DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCDE is #882321. Grayscale: #BDBDBD. Windows color (decimal): -8921890 or 14605431. OLE color: 14605431.

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

Color convert

RGB119220222-
CMYK0.460.0100.13
HSL181.17º60.95%66.86%-
HSV(B)181.17º46.4%87.06%-
XYZ46.3960.3878.32-
YUV190.03146.0477.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.21%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=21.21%
G=39.22%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1192202220.460.0100.13181.1760.9566.86
Hex77DCDE2E10Db53d43
Octal16733433656101526575103
Binary11101111101110011011110101110101101101101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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