#77DDF9

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

Shades of Turquoise Blue #77DDF9

Tints of Turquoise Blue #77DDF9

Color information

#77DDF9 (or 0x77DDF9) is unknown color: approx Turquoise Blue. HEX triplet: 77, DD and F9. RGB value is (119,221,249). Sum of RGB (Red+Green+Blue) = 119+221+249=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #77DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDF9 is #882206. Grayscale: #C1C1C1. Windows color (decimal): -8921607 or 16375159. OLE color: 16375159.

HSL color Cylindrical-coordinate representation of color #77DDF9: hue angle of 192.92º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DDF9 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119221249-
CMYK0.520.1100.02
HSL192.92º91.55%72.16%-
HSV(B)192.92º52.21%97.65%-
XYZ50.5662.4799.02-
YUV193.69159.2174.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.20%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=20.20%
G=37.52%
B=42.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192212490.520.1100.02192.9291.5572.16
Hex77DDF934B02c15c48
Octal167335371641302301134110
Binary1110111110111011111100111010010110101100000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,221,249); }

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

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

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

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

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

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

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