#57C5CB

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

Shades of Medium Turquoise #57C5CB

Tints of Medium Turquoise #57C5CB

Color information

#57C5CB (or 0x57C5CB) is unknown color: approx Medium Turquoise. HEX triplet: 57, C5 and CB. RGB value is (87,197,203). Sum of RGB (Red+Green+Blue) = 87+197+203=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #57C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5CB is #A83A34. Grayscale: #A4A4A4. Windows color (decimal): -11024949 or 13354327. OLE color: 13354327.

HSL color Cylindrical-coordinate representation of color #57C5CB: hue angle of 183.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C5CB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87197203-
CMYK0.570.0300.20
HSL183.1º52.73%56.86%-
HSV(B)183.1º57.14%79.61%-
XYZ34.6846.2763.6-
YUV164.79149.5672.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.86%
GREEN value IS 197 (77.34% from 255) = 40.45%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=17.86%
G=40.45%
B=41.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871972030.570.0300.20183.152.7356.86
Hex57C5CB393014b73539
Octal1273053137130242676571
Binary101011111000101110010111110011101010010110111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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