#57CADA

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

Shades of Medium Turquoise #57CADA

Tints of Medium Turquoise #57CADA

Color information

#57CADA (or 0x57CADA) is unknown color: approx Medium Turquoise. HEX triplet: 57, CA and DA. RGB value is (87,202,218). Sum of RGB (Red+Green+Blue) = 87+202+218=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CADA is #A83525. Grayscale: #A9A9A9. Windows color (decimal): -11023654 or 14338647. OLE color: 14338647.

HSL color Cylindrical-coordinate representation of color #57CADA: hue angle of 187.33º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CADA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87202218-
CMYK0.600.0700.15
HSL187.33º63.9%59.8%-
HSV(B)187.33º60.09%85.49%-
XYZ37.7149.3373.86-
YUV169.44155.469.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.16%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=17.16%
G=39.84%
B=43.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal872022180.600.0700.15187.3363.959.8
Hex57CADA3C70Fbb403c
Octal12731233274701727310074
Binary1010111110010101101101011110011101111101110111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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