#57C7CA

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

Shades of Medium Turquoise #57C7CA

Tints of Medium Turquoise #57C7CA

Color information

#57C7CA (or 0x57C7CA) is unknown color: approx Medium Turquoise. HEX triplet: 57, C7 and CA. RGB value is (87,199,202). Sum of RGB (Red+Green+Blue) = 87+199+202=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C7CA is #A83835. Grayscale: #A5A5A5. Windows color (decimal): -11024438 or 13289303. OLE color: 13289303.

HSL color Cylindrical-coordinate representation of color #57C7CA: hue angle of 181.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C7CA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87199202-
CMYK0.570.0100.21
HSL181.57º52.04%56.67%-
HSV(B)181.57º56.93%79.22%-
XYZ35.0147.1463.13-
YUV165.85148.3971.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.83%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=17.83%
G=40.78%
B=41.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871992020.570.0100.21181.5752.0456.67
Hex57C7CA391015b63439
Octal1273073127110252666471
Binary10101111100011111001010111001101010110110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,199,202); }

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

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

 a { background-color: rgb(87,199,202); }

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

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

 span { border-color: rgb(87,199,202); }

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