#55ecd9

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

Shades of Turquoise #55ECD9

Tints of Turquoise #55ECD9

Color information

#55ECD9 (or 0x55ECD9) is unknown color: approx Turquoise. HEX triplet: 55, EC and D9. RGB value is (85,236,217). Sum of RGB (Red+Green+Blue) = 85+236+217=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECD9 is #AA1326. Grayscale: #BCBCBC. Windows color (decimal): -11146023 or 14281813. OLE color: 14281813.

HSL color Cylindrical-coordinate representation of color #55ECD9: hue angle of 172.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECD9 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB85236217-
CMYK0.6400.080.07
HSL172.45º79.89%62.94%-
HSV(B)172.45º63.98%92.55%-
XYZ46.2766.9376.13-
YUV188.68143.9754.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.80%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=15.80%
G=43.87%
B=40.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852362170.6400.080.07172.4579.8962.94
Hex55ECD940087ac503f
Octal125354331100010725412077
Binary10101011110110011011001100000001000111101011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ecd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,236,217); }

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

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

 a { background-color: rgb(85,236,217); }

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

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

 span { border-color: rgb(85,236,217); }

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