#77EAEF

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

Shades of Turquoise Blue #77EAEF

Tints of Turquoise Blue #77EAEF

Color information

#77EAEF (or 0x77EAEF) is unknown color: approx Turquoise Blue. HEX triplet: 77, EA and EF. RGB value is (119,234,239). Sum of RGB (Red+Green+Blue) = 119+234+239=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #77EAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EAEF is #881510. Grayscale: #C8C8C8. Windows color (decimal): -8918289 or 15723127. OLE color: 15723127.

HSL color Cylindrical-coordinate representation of color #77EAEF: hue angle of 182.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 #77EAEF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119234239-
CMYK0.500.0200.06
HSL182.5º78.95%70.2%-
HSV(B)182.5º50.21%93.73%-
XYZ52.616992.21-
YUV200.18149.970.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.10%
GREEN value IS 234 (91.80% from 255) = 39.53%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=20.10%
G=39.53%
B=40.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192342390.500.0200.06182.578.9570.2
Hex77EAEF32206b64f46
Octal16735235762206266117106
Binary111011111101010111011111100101001101011011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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