#77DBF1

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

Shades of Turquoise Blue #77DBF1

Tints of Turquoise Blue #77DBF1

Color information

#77DBF1 (or 0x77DBF1) is unknown color: approx Turquoise Blue. HEX triplet: 77, DB and F1. RGB value is (119,219,241). Sum of RGB (Red+Green+Blue) = 119+219+241=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #77DBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBF1 is #88240E. Grayscale: #BFBFBF. Windows color (decimal): -8922127 or 15850359. OLE color: 15850359.

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

Color convert

RGB119219241-
CMYK0.510.0900.05
HSL190.82º81.33%70.59%-
HSV(B)190.82º50.62%94.51%-
XYZ48.8260.9492.41-
YUV191.61155.8776.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.55%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=20.55%
G=37.82%
B=41.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192192410.510.0900.05190.8281.3370.59
Hex77DBF133905bf5147
Octal167333361631105277121107
Binary11101111101101111110001110011100101011011111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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