#57CAC0

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

Shades of Medium Turquoise #57CAC0

Tints of Medium Turquoise #57CAC0

Color information

#57CAC0 (or 0x57CAC0) is unknown color: approx Medium Turquoise. HEX triplet: 57, CA and C0. RGB value is (87,202,192). Sum of RGB (Red+Green+Blue) = 87+202+192=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #57CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CAC0 is #A8353F. Grayscale: #A6A6A6. Windows color (decimal): -11023680 or 12634711. OLE color: 12634711.

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

Color convert

RGB87202192-
CMYK0.5700.050.21
HSL174.78º52.04%56.67%-
HSV(B)174.78º56.93%79.22%-
XYZ34.5748.0757.33-
YUV166.48142.471.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.09%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=18.09%
G=42.00%
B=39.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal872021920.5700.050.21174.7852.0456.67
Hex57CAC0390515af3439
Octal1273123007105252576471
Binary1010111110010101100000011100101011010110101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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