#77E9DD

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

Shades of Turquoise Blue #77E9DD

Tints of Turquoise Blue #77E9DD

Color information

#77E9DD (or 0x77E9DD) is unknown color: approx Turquoise Blue. HEX triplet: 77, E9 and DD. RGB value is (119,233,221). Sum of RGB (Red+Green+Blue) = 119+233+221=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #77E9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E9DD is #881622. Grayscale: #C5C5C5. Windows color (decimal): -8918563 or 14543223. OLE color: 14543223.

HSL color Cylindrical-coordinate representation of color #77E9DD: hue angle of 173.68º 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 #77E9DD is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB119233221-
CMYK0.4900.050.09
HSL173.68º72.15%69.02%-
HSV(B)173.68º48.93%91.37%-
XYZ49.867.4278.8-
YUV197.55141.2371.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1192332210.4900.050.09173.6872.1569.02
Hex77E9DD31059ae4845
Octal167351335610511256110105
Binary11101111110100111011101110001010110011010111010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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