#57DDC4

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

Shades of Medium Turquoise #57DDC4

Tints of Medium Turquoise #57DDC4

Color information

#57DDC4 (or 0x57DDC4) is unknown color: approx Medium Turquoise. HEX triplet: 57, DD and C4. RGB value is (87,221,196). Sum of RGB (Red+Green+Blue) = 87+221+196=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDC4 is #A8223B. Grayscale: #B2B2B2. Windows color (decimal): -11018812 or 12901719. OLE color: 12901719.

HSL color Cylindrical-coordinate representation of color #57DDC4: hue angle of 168.81º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDC4 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB87221196-
CMYK0.6100.110.13
HSL168.81º66.34%60.39%-
HSV(B)168.81º60.63%86.67%-
XYZ39.7557.7261.27-
YUV178.08138.1163.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.26%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=17.26%
G=43.85%
B=38.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872211960.6100.110.13168.8166.3460.39
Hex57DDC43D0BDa9423c
Octal127335304750131525110274
Binary10101111101110111000100111101010111101101010011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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