#77D8DE

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

Shades of Turquoise Blue #77D8DE

Tints of Turquoise Blue #77D8DE

Color information

#77D8DE (or 0x77D8DE) is unknown color: approx Turquoise Blue. HEX triplet: 77, D8 and DE. RGB value is (119,216,222). Sum of RGB (Red+Green+Blue) = 119+216+222=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #77D8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8DE is #882721. Grayscale: #BBBBBB. Windows color (decimal): -8922914 or 14604407. OLE color: 14604407.

HSL color Cylindrical-coordinate representation of color #77D8DE: hue angle of 183.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77D8DE is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119216222-
CMYK0.460.0300.13
HSL183.5º60.95%66.86%-
HSV(B)183.5º46.4%87.06%-
XYZ45.3558.3177.97-
YUV187.68147.3679.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.36%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=21.36%
G=38.78%
B=39.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192162220.460.0300.13183.560.9566.86
Hex77D8DE2E30Db73d43
Octal16733033656301526775103
Binary111011111011000110111101011101101101101101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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