#57FACE

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

Shades of Turquoise #57FACE

Tints of Turquoise #57FACE

Color information

#57FACE (or 0x57FACE) is unknown color: approx Turquoise. HEX triplet: 57, FA and CE. RGB value is (87,250,206). Sum of RGB (Red+Green+Blue) = 87+250+206=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #57FACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FACE is #A80531. Grayscale: #C4C4C4. Windows color (decimal): -11011378 or 13564503. OLE color: 13564503.

HSL color Cylindrical-coordinate representation of color #57FACE: hue angle of 163.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FACE is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB87250206-
CMYK0.6500.180.02
HSL163.8º94.22%66.08%-
HSV(B)163.8º65.2%98.04%-
XYZ49.2674.8570.24-
YUV196.25133.550.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=16.02%
G=46.04%
B=37.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872502060.6500.180.02163.894.2266.08
Hex57FACE410122a45e42
Octal1273723161010222244136102
Binary101011111111010110011101000001010010101010010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57FACE; }

 p { color: rgb(87,250,206); }

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

<style>
 a { background-color: #57FACE; }

 a { background-color: rgb(87,250,206); }

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

<style>
 span { border-color: #57FACE; }

 span { border-color: rgb(87,250,206); }

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