#57C7C8

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

Shades of Medium Turquoise #57C7C8

Tints of Medium Turquoise #57C7C8

Color information

#57C7C8 (or 0x57C7C8) is unknown color: approx Medium Turquoise. HEX triplet: 57, C7 and C8. RGB value is (87,199,200). Sum of RGB (Red+Green+Blue) = 87+199+200=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #57C7C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C7C8 is #A83837. Grayscale: #A5A5A5. Windows color (decimal): -11024440 or 13158231. OLE color: 13158231.

HSL color Cylindrical-coordinate representation of color #57C7C8: hue angle of 180.53º 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 #57C7C8 is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB87199200-
CMYK0.560.0000.22
HSL180.53º50.67%56.27%-
HSV(B)180.53º56.5%78.43%-
XYZ34.7847.0461.89-
YUV165.63147.3971.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.90%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=17.90%
G=40.95%
B=41.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871992000.560.0000.22180.5350.6756.27
Hex57C7C8380016b53338
Octal1273073107000262656370
Binary10101111100011111001000111000001011010110101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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