#57C1BF

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

Shades of Medium Turquoise #57C1BF

Tints of Medium Turquoise #57C1BF

Color information

#57C1BF (or 0x57C1BF) is unknown color: approx Medium Turquoise. HEX triplet: 57, C1 and BF. RGB value is (87,193,191). Sum of RGB (Red+Green+Blue) = 87+193+191=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C1BF is #A83E40. Grayscale: #A0A0A0. Windows color (decimal): -11025985 or 12566871. OLE color: 12566871.

HSL color Cylindrical-coordinate representation of color #57C1BF: hue angle of 178.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C1BF is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB87193191-
CMYK0.5500.010.24
HSL178.87º46.09%54.9%-
HSV(B)178.87º54.92%75.69%-
XYZ32.443.9356.06-
YUV161.08144.8875.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.47%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 191 (75% from 255) = 40.55%
R=18.47%
G=40.98%
B=40.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871931910.5500.010.24178.8746.0954.9
Hex57C1BF370118b32e37
Octal1273012776701302635667
Binary10101111100000110111111110111011100010110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,193,191); }

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

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

 a { background-color: rgb(87,193,191); }

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

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

 span { border-color: rgb(87,193,191); }

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