#57CDC4

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

Shades of Medium Turquoise #57CDC4

Tints of Medium Turquoise #57CDC4

Color information

#57CDC4 (or 0x57CDC4) is unknown color: approx Medium Turquoise. HEX triplet: 57, CD and C4. RGB value is (87,205,196). Sum of RGB (Red+Green+Blue) = 87+205+196=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDC4 is #A8323B. Grayscale: #A8A8A8. Windows color (decimal): -11022908 or 12897623. OLE color: 12897623.

HSL color Cylindrical-coordinate representation of color #57CDC4: hue angle of 175.42º 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 #57CDC4 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB87205196-
CMYK0.5800.040.20
HSL175.42º54.13%57.25%-
HSV(B)175.42º57.56%80.39%-
XYZ35.7349.6759.93-
YUV168.69143.4169.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.83%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=17.83%
G=42.01%
B=40.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872051960.5800.040.20175.4254.1357.25
Hex57CDC43A0414af3639
Octal1273153047204242576671
Binary1010111110011011100010011101001001010010101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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