#77DADB

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

Shades of Turquoise Blue #77DADB

Tints of Turquoise Blue #77DADB

Color information

#77DADB (or 0x77DADB) is unknown color: approx Turquoise Blue. HEX triplet: 77, DA and DB. RGB value is (119,218,219). Sum of RGB (Red+Green+Blue) = 119+218+219=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #77DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADB is #882524. Grayscale: #BCBCBC. Windows color (decimal): -8922405 or 14408311. OLE color: 14408311.

HSL color Cylindrical-coordinate representation of color #77DADB: hue angle of 180.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DADB is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119218219-
CMYK0.460.0000.14
HSL180.6º58.14%66.27%-
HSV(B)180.6º45.66%85.88%-
XYZ45.4759.1876.04-
YUV188.51145.278.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.40%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=21.40%
G=39.21%
B=39.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192182190.460.0000.14180.658.1466.27
Hex77DADB2E00Eb53a42
Octal16733233356001626572102
Binary11101111101101011011011101110001110101101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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