#57C7BB

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

Shades of Medium Turquoise #57C7BB

Tints of Medium Turquoise #57C7BB

Color information

#57C7BB (or 0x57C7BB) is unknown color: approx Medium Turquoise. HEX triplet: 57, C7 and BB. RGB value is (87,199,187). Sum of RGB (Red+Green+Blue) = 87+199+187=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #57C7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C7BB is #A83844. Grayscale: #A4A4A4. Windows color (decimal): -11024453 or 12306263. OLE color: 12306263.

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

Color convert

RGB87199187-
CMYK0.5600.060.22
HSL173.57º50%56.08%-
HSV(B)173.57º56.28%78.04%-
XYZ33.3246.4654.23-
YUV164.14140.8972.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.39%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=18.39%
G=42.07%
B=39.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871991870.5600.060.22173.575056.08
Hex57C7BB380616ae3238
Octal1273072737006262566270
Binary1010111110001111011101111100001101011010101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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