#77D9E4

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

Shades of Turquoise Blue #77D9E4

Tints of Turquoise Blue #77D9E4

Color information

#77D9E4 (or 0x77D9E4) is unknown color: approx Turquoise Blue. HEX triplet: 77, D9 and E4. RGB value is (119,217,228). Sum of RGB (Red+Green+Blue) = 119+217+228=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #77D9E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9E4 is #88261B. Grayscale: #BCBCBC. Windows color (decimal): -8922652 or 14997879. OLE color: 14997879.

HSL color Cylindrical-coordinate representation of color #77D9E4: hue angle of 186.06º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77D9E4 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB119217228-
CMYK0.480.0500.11
HSL186.06º66.87%68.04%-
HSV(B)186.06º47.81%89.41%-
XYZ46.4259.1582.37-
YUV188.95150.0378.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.10%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=21.10%
G=38.48%
B=40.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1192172280.480.0500.11186.0666.8768.04
Hex77D9E43050Bba4344
Octal167331344605013272103104
Binary11101111101100111100100110000101010111011101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,217,228); }

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

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

 a { background-color: rgb(119,217,228); }

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

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

 span { border-color: rgb(119,217,228); }

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