#77d8f4

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

Shades of Turquoise Blue #77D8F4

Tints of Turquoise Blue #77D8F4

Color information

#77D8F4 (or 0x77D8F4) is unknown color: approx Turquoise Blue. HEX triplet: 77, D8 and F4. RGB value is (119,216,244). Sum of RGB (Red+Green+Blue) = 119+216+244=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #77D8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D8F4 is #88270B. Grayscale: #BDBDBD. Windows color (decimal): -8922892 or 16046199. OLE color: 16046199.

HSL color Cylindrical-coordinate representation of color #77D8F4: hue angle of 193.44º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77D8F4 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119216244-
CMYK0.510.1100.04
HSL193.44º85.03%71.18%-
HSV(B)193.44º51.23%95.69%-
XYZ48.4959.5794.53-
YUV190.19158.3677.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.55%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 244 (95.70% from 255) = 42.14%
R=20.55%
G=37.31%
B=42.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192162440.510.1100.04193.4485.0371.18
Hex77D8F433B04c15547
Octal167330364631304301125107
Binary11101111101100011110100110011101101001100000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77d8f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,216,244); }

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

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

 a { background-color: rgb(119,216,244); }

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

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

 span { border-color: rgb(119,216,244); }

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