#57D2BF

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

Shades of Medium Turquoise #57D2BF

Tints of Medium Turquoise #57D2BF

Color information

#57D2BF (or 0x57D2BF) is unknown color: approx Medium Turquoise. HEX triplet: 57, D2 and BF. RGB value is (87,210,191). Sum of RGB (Red+Green+Blue) = 87+210+191=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #57D2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D2BF is #A82D40. Grayscale: #ABABAB. Windows color (decimal): -11021633 or 12571223. OLE color: 12571223.

HSL color Cylindrical-coordinate representation of color #57D2BF: hue angle of 170.73º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D2BF is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB87210191-
CMYK0.5900.090.18
HSL170.73º57.75%58.24%-
HSV(B)170.73º58.57%82.35%-
XYZ36.3851.8857.39-
YUV171.06139.2568.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.83%
GREEN value IS 210 (82.42% from 255) = 43.03%
BLUE value IS 191 (75% from 255) = 39.14%
R=17.83%
G=43.03%
B=39.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal872101910.5900.090.18170.7357.7558.24
Hex57D2BF3B0912ab3a3a
Octal12732227773011222537272
Binary10101111101001010111111111011010011001010101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,210,191); }

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

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

 a { background-color: rgb(87,210,191); }

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

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

 span { border-color: rgb(87,210,191); }

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