#57DDDC

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

Shades of Medium Turquoise #57DDDC

Tints of Medium Turquoise #57DDDC

Color information

#57DDDC (or 0x57DDDC) is unknown color: approx Medium Turquoise. HEX triplet: 57, DD and DC. RGB value is (87,221,220). Sum of RGB (Red+Green+Blue) = 87+221+220=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDDC is #A82223. Grayscale: #B4B4B4. Windows color (decimal): -11018788 or 14474583. OLE color: 14474583.

HSL color Cylindrical-coordinate representation of color #57DDDC: hue angle of 179.55º 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 #57DDDC is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB87221220-
CMYK0.6100.000.13
HSL179.55º66.34%60.39%-
HSV(B)179.55º60.63%86.67%-
XYZ42.7158.9176.83-
YUV180.82150.1161.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.48%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=16.48%
G=41.86%
B=41.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872212200.6100.000.13179.5566.3460.39
Hex57DDDC3D00Db4423c
Octal12733533475001526410274
Binary10101111101110111011100111101001101101101001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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