#57C4C9

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

Shades of Medium Turquoise #57C4C9

Tints of Medium Turquoise #57C4C9

Color information

#57C4C9 (or 0x57C4C9) is unknown color: approx Medium Turquoise. HEX triplet: 57, C4 and C9. RGB value is (87,196,201). Sum of RGB (Red+Green+Blue) = 87+196+201=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #57C4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4C9 is #A83B36. Grayscale: #A3A3A3. Windows color (decimal): -11025207 or 13222999. OLE color: 13222999.

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

Color convert

RGB87196201-
CMYK0.570.0200.21
HSL182.63º51.35%56.47%-
HSV(B)182.63º56.72%78.82%-
XYZ34.2145.7262.28-
YUV163.98148.8973.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.98%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 201 (78.91% from 255) = 41.53%
R=17.98%
G=40.50%
B=41.53%

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
Decimal871962010.570.0200.21182.6351.3556.47
Hex57C4C9392015b73338
Octal1273043117120252676370
Binary101011111000100110010011110011001010110110111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,196,201); }

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

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

 a { background-color: rgb(87,196,201); }

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

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

 span { border-color: rgb(87,196,201); }

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