#77DDE9

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

Shades of Turquoise Blue #77DDE9

Tints of Turquoise Blue #77DDE9

Color information

#77DDE9 (or 0x77DDE9) is unknown color: approx Turquoise Blue. HEX triplet: 77, DD and E9. RGB value is (119,221,233). Sum of RGB (Red+Green+Blue) = 119+221+233=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #77DDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDE9 is #882216. Grayscale: #BFBFBF. Windows color (decimal): -8921623 or 15326583. OLE color: 15326583.

HSL color Cylindrical-coordinate representation of color #77DDE9: hue angle of 186.32º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77DDE9 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB119221233-
CMYK0.490.0500.09
HSL186.32º72.15%69.02%-
HSV(B)186.32º48.93%91.37%-
XYZ48.1761.5286.43-
YUV191.87151.2176.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.77%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=20.77%
G=38.57%
B=40.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1192212330.490.0500.09186.3272.1569.02
Hex77DDE931509ba4845
Octal167335351615011272110105
Binary11101111101110111101001110001101010011011101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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