#77DEEF

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

Shades of Turquoise Blue #77DEEF

Tints of Turquoise Blue #77DEEF

Color information

#77DEEF (or 0x77DEEF) is unknown color: approx Turquoise Blue. HEX triplet: 77, DE and EF. RGB value is (119,222,239). Sum of RGB (Red+Green+Blue) = 119+222+239=580 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.52% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #77DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DEEF is #882110. Grayscale: #C0C0C0. Windows color (decimal): -8921361 or 15720055. OLE color: 15720055.

HSL color Cylindrical-coordinate representation of color #77DEEF: hue angle of 188.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77DEEF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119222239-
CMYK0.500.0700.06
HSL188.5º78.95%70.2%-
HSV(B)188.5º50.21%93.73%-
XYZ49.3162.491.11-
YUV193.14153.8875.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.52%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=20.52%
G=38.28%
B=41.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192222390.500.0700.06188.578.9570.2
Hex77DEEF32706bc4f46
Octal16733635762706274117106
Binary1110111110111101110111111001011101101011110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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