#77E1F3

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

Shades of Turquoise Blue #77E1F3

Tints of Turquoise Blue #77E1F3

Color information

#77E1F3 (or 0x77E1F3) is unknown color: approx Turquoise Blue. HEX triplet: 77, E1 and F3. RGB value is (119,225,243). Sum of RGB (Red+Green+Blue) = 119+225+243=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #77E1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E1F3 is #881E0C. Grayscale: #C3C3C3. Windows color (decimal): -8920589 or 15982967. OLE color: 15982967.

HSL color Cylindrical-coordinate representation of color #77E1F3: hue angle of 188.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77E1F3 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119225243-
CMYK0.510.0700.05
HSL188.71º83.78%70.98%-
HSV(B)188.71º51.03%95.29%-
XYZ50.7164.2494.52-
YUV195.36154.8873.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.27%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=20.27%
G=38.33%
B=41.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192252430.510.0700.05188.7183.7870.98
Hex77E1F333705bd5447
Octal16734136363705275124107
Binary1110111111000011111001111001111101011011110110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,225,243); }

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

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

 a { background-color: rgb(119,225,243); }

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

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

 span { border-color: rgb(119,225,243); }

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