#77E2F1

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

Shades of Turquoise Blue #77E2F1

Tints of Turquoise Blue #77E2F1

Color information

#77E2F1 (or 0x77E2F1) is unknown color: approx Turquoise Blue. HEX triplet: 77, E2 and F1. RGB value is (119,226,241). Sum of RGB (Red+Green+Blue) = 119+226+241=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #77E2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E2F1 is #881D0E. Grayscale: #C3C3C3. Windows color (decimal): -8920335 or 15852151. OLE color: 15852151.

HSL color Cylindrical-coordinate representation of color #77E2F1: hue angle of 187.38º degrees, saturation: 0.81, 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 #77E2F1 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119226241-
CMYK0.510.0600.05
HSL187.38º81.33%70.59%-
HSV(B)187.38º50.62%94.51%-
XYZ50.6864.6793.03-
YUV195.72153.5573.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.31%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=20.31%
G=38.57%
B=41.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192262410.510.0600.05187.3881.3370.59
Hex77E2F133605bb5147
Octal16734236163605273121107
Binary1110111111000101111000111001111001011011101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,226,241); }

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

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

 a { background-color: rgb(119,226,241); }

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

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

 span { border-color: rgb(119,226,241); }

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