#77E0F3

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

Shades of Turquoise Blue #77E0F3

Tints of Turquoise Blue #77E0F3

Color information

#77E0F3 (or 0x77E0F3) is unknown color: approx Turquoise Blue. HEX triplet: 77, E0 and F3. RGB value is (119,224,243). Sum of RGB (Red+Green+Blue) = 119+224+243=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #77E0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E0F3 is #881F0C. Grayscale: #C2C2C2. Windows color (decimal): -8920845 or 15982711. OLE color: 15982711.

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

Color convert

RGB119224243-
CMYK0.510.0800.05
HSL189.19º83.78%70.98%-
HSV(B)189.19º51.03%95.29%-
XYZ50.4463.794.43-
YUV194.77155.2173.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.31%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=20.31%
G=38.23%
B=41.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192242430.510.0800.05189.1983.7870.98
Hex77E0F333805bd5447
Octal167340363631005275124107
Binary11101111110000011110011110011100001011011110110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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