#55DDD5

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

Shades of Medium Turquoise #55DDD5

Tints of Medium Turquoise #55DDD5

Color information

#55DDD5 (or 0x55DDD5) is unknown color: approx Medium Turquoise. HEX triplet: 55, DD and D5. RGB value is (85,221,213). Sum of RGB (Red+Green+Blue) = 85+221+213=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDD5 is #AA222A. Grayscale: #B3B3B3. Windows color (decimal): -11149867 or 14015829. OLE color: 14015829.

HSL color Cylindrical-coordinate representation of color #55DDD5: hue angle of 176.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDD5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB85221213-
CMYK0.6200.040.13
HSL176.47º66.67%60%-
HSV(B)176.47º61.54%86.67%-
XYZ41.6158.4572.04-
YUV179.42146.9460.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.38%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=16.38%
G=42.58%
B=41.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852212130.6200.040.13176.4766.6760
Hex55DDD53E04Db0433c
Octal12533532576041526010374
Binary1010101110111011101010111111001001101101100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DDD5; }

 p { color: rgb(85,221,213); }

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

<style>
 a { background-color: #55DDD5; }

 a { background-color: rgb(85,221,213); }

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

<style>
 span { border-color: #55DDD5; }

 span { border-color: rgb(85,221,213); }

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