#57C5CA

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

Shades of Medium Turquoise #57C5CA

Tints of Medium Turquoise #57C5CA

Color information

#57C5CA (or 0x57C5CA) is unknown color: approx Medium Turquoise. HEX triplet: 57, C5 and CA. RGB value is (87,197,202). Sum of RGB (Red+Green+Blue) = 87+197+202=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #57C5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5CA is #A83A35. Grayscale: #A4A4A4. Windows color (decimal): -11024950 or 13288791. OLE color: 13288791.

HSL color Cylindrical-coordinate representation of color #57C5CA: hue angle of 182.61º 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 #57C5CA is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87197202-
CMYK0.570.0200.21
HSL182.61º52.04%56.67%-
HSV(B)182.61º56.93%79.22%-
XYZ34.5646.2262.98-
YUV164.68149.0672.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.90%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=17.90%
G=40.53%
B=41.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871972020.570.0200.21182.6152.0456.67
Hex57C5CA392015b73439
Octal1273053127120252676471
Binary101011111000101110010101110011001010110110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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