#57CDBB

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

Shades of Medium Turquoise #57CDBB

Tints of Medium Turquoise #57CDBB

Color information

#57CDBB (or 0x57CDBB) is unknown color: approx Medium Turquoise. HEX triplet: 57, CD and BB. RGB value is (87,205,187). Sum of RGB (Red+Green+Blue) = 87+205+187=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDBB is #A83244. Grayscale: #A7A7A7. Windows color (decimal): -11022917 or 12307799. OLE color: 12307799.

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

Color convert

RGB87205187-
CMYK0.5800.090.20
HSL170.85º54.13%57.25%-
HSV(B)170.85º57.56%80.39%-
XYZ34.7349.2854.69-
YUV167.67138.9170.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.16%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=18.16%
G=42.80%
B=39.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872051870.5800.090.20170.8554.1357.25
Hex57CDBB3A0914ab3639
Octal12731527372011242536671
Binary10101111100110110111011111010010011010010101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,205,187); }

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

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

 a { background-color: rgb(87,205,187); }

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

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

 span { border-color: rgb(87,205,187); }

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