#55D1DD

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

Shades of Medium Turquoise #55D1DD

Tints of Medium Turquoise #55D1DD

Color information

#55D1DD (or 0x55D1DD) is unknown color: approx Medium Turquoise. HEX triplet: 55, D1 and DD. RGB value is (85,209,221). Sum of RGB (Red+Green+Blue) = 85+209+221=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #55D1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1DD is #AA2E22. Grayscale: #ADADAD. Windows color (decimal): -11152931 or 14537045. OLE color: 14537045.

HSL color Cylindrical-coordinate representation of color #55D1DD: hue angle of 185.29º 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 #55D1DD is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85209221-
CMYK0.620.0500.13
HSL185.29º66.67%60%-
HSV(B)185.29º61.54%86.67%-
XYZ39.652.7576.5-
YUV173.29154.9265.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.50%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=16.50%
G=40.58%
B=42.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852092210.620.0500.13185.2966.6760
Hex55D1DD3E50Db9433c
Octal12532133576501527110374
Binary1010101110100011101110111111010101101101110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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