#77DEF9

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

Shades of Turquoise Blue #77DEF9

Tints of Turquoise Blue #77DEF9

Color information

#77DEF9 (or 0x77DEF9) is unknown color: approx Turquoise Blue. HEX triplet: 77, DE and F9. RGB value is (119,222,249). Sum of RGB (Red+Green+Blue) = 119+222+249=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #77DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DEF9 is #882106. Grayscale: #C2C2C2. Windows color (decimal): -8921351 or 16375415. OLE color: 16375415.

HSL color Cylindrical-coordinate representation of color #77DEF9: hue angle of 192.46º 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 #77DEF9 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119222249-
CMYK0.520.1100.02
HSL192.46º91.55%72.16%-
HSV(B)192.46º52.21%97.65%-
XYZ50.836399.1-
YUV194.28158.8874.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.17%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=20.17%
G=37.63%
B=42.20%

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
Decimal1192222490.520.1100.02192.4691.5572.16
Hex77DEF934B02c05c48
Octal167336371641302300134110
Binary1110111110111101111100111010010110101100000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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