#55DCC1

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

Shades of Medium Turquoise #55DCC1

Tints of Medium Turquoise #55DCC1

Color information

#55DCC1 (or 0x55DCC1) is unknown color: approx Medium Turquoise. HEX triplet: 55, DC and C1. RGB value is (85,220,193). Sum of RGB (Red+Green+Blue) = 85+220+193=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCC1 is #AA233E. Grayscale: #B0B0B0. Windows color (decimal): -11150143 or 12704853. OLE color: 12704853.

HSL color Cylindrical-coordinate representation of color #55DCC1: hue angle of 168º 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 #55DCC1 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB85220193-
CMYK0.6100.120.14
HSL168º65.85%59.8%-
HSV(B)168º61.36%86.27%-
XYZ38.9756.9759.39-
YUV176.56137.2762.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.07%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=17.07%
G=44.18%
B=38.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852201930.6100.120.1416865.8559.8
Hex55DCC13D0CEa8423c
Octal125334301750141625010274
Binary10101011101110011000001111101011001110101010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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