#55D8DC

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

Shades of Medium Turquoise #55D8DC

Tints of Medium Turquoise #55D8DC

Color information

#55D8DC (or 0x55D8DC) is unknown color: approx Medium Turquoise. HEX triplet: 55, D8 and DC. RGB value is (85,216,220). Sum of RGB (Red+Green+Blue) = 85+216+220=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #55D8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8DC is #AA2723. Grayscale: #B1B1B1. Windows color (decimal): -11151140 or 14473301. OLE color: 14473301.

HSL color Cylindrical-coordinate representation of color #55D8DC: hue angle of 181.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D8DC is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85216220-
CMYK0.610.0200.14
HSL181.78º65.85%59.8%-
HSV(B)181.78º61.36%86.27%-
XYZ41.2256.2176.39-
YUV177.29152.162.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.31%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=16.31%
G=41.46%
B=42.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852162200.610.0200.14181.7865.8559.8
Hex55D8DC3D20Eb6423c
Octal12533033475201626610274
Binary101010111011000110111001111011001110101101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,220); }

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

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

 a { background-color: rgb(85,216,220); }

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

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

 span { border-color: rgb(85,216,220); }

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