#57ddc5

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

Shades of Medium Turquoise #57DDC5

Tints of Medium Turquoise #57DDC5

Color information

#57DDC5 (or 0x57DDC5) is unknown color: approx Medium Turquoise. HEX triplet: 57, DD and C5. RGB value is (87,221,197). Sum of RGB (Red+Green+Blue) = 87+221+197=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDC5 is #A8223A. Grayscale: #B2B2B2. Windows color (decimal): -11018811 or 12967255. OLE color: 12967255.

HSL color Cylindrical-coordinate representation of color #57DDC5: hue angle of 169.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDC5 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB87221197-
CMYK0.6100.110.13
HSL169.25º66.34%60.39%-
HSV(B)169.25º60.63%86.67%-
XYZ39.8657.7761.87-
YUV178.2138.6162.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.23%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=17.23%
G=43.76%
B=39.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872211970.6100.110.13169.2566.3460.39
Hex57DDC53D0BDa9423c
Octal127335305750131525110274
Binary10101111101110111000101111101010111101101010011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ddc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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