#77DDDE

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

Shades of Turquoise Blue #77DDDE

Tints of Turquoise Blue #77DDDE

Color information

#77DDDE (or 0x77DDDE) is unknown color: approx Turquoise Blue. HEX triplet: 77, DD and DE. RGB value is (119,221,222). Sum of RGB (Red+Green+Blue) = 119+221+222=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #77DDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDDE is #882221. Grayscale: #BEBEBE. Windows color (decimal): -8921634 or 14605687. OLE color: 14605687.

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

Color convert

RGB119221222-
CMYK0.460.0000.13
HSL180.58º60.95%66.86%-
HSV(B)180.58º46.4%87.06%-
XYZ46.6560.9178.41-
YUV190.62145.7176.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=21.17%
G=39.32%
B=39.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192212220.460.0000.13180.5860.9566.86
Hex77DDDE2E00Db53d43
Octal16733533656001526575103
Binary11101111101110111011110101110001101101101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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