#77DADA

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

Shades of Turquoise Blue #77DADA

Tints of Turquoise Blue #77DADA

Color information

#77DADA (or 0x77DADA) is unknown color: approx Turquoise Blue. HEX triplet: 77, DA and DA. RGB value is (119,218,218). Sum of RGB (Red+Green+Blue) = 119+218+218=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #77DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DADA is #882525. Grayscale: #BCBCBC. Windows color (decimal): -8922406 or 14342775. OLE color: 14342775.

HSL color Cylindrical-coordinate representation of color #77DADA: hue angle of 180º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DADA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119218218-
CMYK0.45000.15
HSL180º57.23%66.08%-
HSV(B)180º45.41%85.49%-
XYZ45.3359.1375.35-
YUV188.4144.778.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=21.44%
G=39.28%
B=39.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192182180.45000.1518057.2366.08
Hex77DADA2D00Fb43942
Octal16733233255001726471102
Binary11101111101101011011010101101001111101101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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