#57CABA

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

Shades of Medium Turquoise #57CABA

Tints of Medium Turquoise #57CABA

Color information

#57CABA (or 0x57CABA) is unknown color: approx Medium Turquoise. HEX triplet: 57, CA and BA. RGB value is (87,202,186). Sum of RGB (Red+Green+Blue) = 87+202+186=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #57CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CABA is #A83545. Grayscale: #A5A5A5. Windows color (decimal): -11023686 or 12241495. OLE color: 12241495.

HSL color Cylindrical-coordinate representation of color #57CABA: hue angle of 171.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CABA is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB87202186-
CMYK0.5700.080.21
HSL171.65º52.04%56.67%-
HSV(B)171.65º56.93%79.22%-
XYZ33.9147.8153.9-
YUV165.79139.471.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.32%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=18.32%
G=42.53%
B=39.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal872021860.5700.080.21171.6552.0456.67
Hex57CABA390815ac3439
Octal12731227271010252546471
Binary10101111100101010111010111001010001010110101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,202,186); }

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

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

 a { background-color: rgb(87,202,186); }

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

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

 span { border-color: rgb(87,202,186); }

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