#57C6C8

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

Shades of Medium Turquoise #57C6C8

Tints of Medium Turquoise #57C6C8

Color information

#57C6C8 (or 0x57C6C8) is unknown color: approx Medium Turquoise. HEX triplet: 57, C6 and C8. RGB value is (87,198,200). Sum of RGB (Red+Green+Blue) = 87+198+200=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #57C6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C6C8 is #A83937. Grayscale: #A4A4A4. Windows color (decimal): -11024696 or 13157975. OLE color: 13157975.

HSL color Cylindrical-coordinate representation of color #57C6C8: hue angle of 181.06º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C6C8 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB87198200-
CMYK0.560.0100.22
HSL181.06º50.67%56.27%-
HSV(B)181.06º56.5%78.43%-
XYZ34.5546.5861.81-
YUV165.04147.7372.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.94%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 200 (78.52% from 255) = 41.24%
R=17.94%
G=40.82%
B=41.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871982000.560.0100.22181.0650.6756.27
Hex57C6C8381016b53338
Octal1273063107010262656370
Binary10101111100011011001000111000101011010110101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,198,200); }

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

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

 a { background-color: rgb(87,198,200); }

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

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

 span { border-color: rgb(87,198,200); }

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