#77D9F1

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

Shades of Turquoise Blue #77D9F1

Tints of Turquoise Blue #77D9F1

Color information

#77D9F1 (or 0x77D9F1) is unknown color: approx Turquoise Blue. HEX triplet: 77, D9 and F1. RGB value is (119,217,241). Sum of RGB (Red+Green+Blue) = 119+217+241=577 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.62% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #77D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D9F1 is #88260E. Grayscale: #BEBEBE. Windows color (decimal): -8922639 or 15849847. OLE color: 15849847.

HSL color Cylindrical-coordinate representation of color #77D9F1: hue angle of 191.8º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77D9F1 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119217241-
CMYK0.510.1000.05
HSL191.8º81.33%70.59%-
HSV(B)191.8º50.62%94.51%-
XYZ48.359.992.24-
YUV190.43156.5377.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.62%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=20.62%
G=37.61%
B=41.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192172410.510.1000.05191.881.3370.59
Hex77D9F133A05c05147
Octal167331361631205300121107
Binary11101111101100111110001110011101001011100000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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