#55E5DF

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

Shades of Turquoise #55E5DF

Tints of Turquoise #55E5DF

Color information

#55E5DF (or 0x55E5DF) is unknown color: approx Turquoise. HEX triplet: 55, E5 and DF. RGB value is (85,229,223). Sum of RGB (Red+Green+Blue) = 85+229+223=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #55E5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E5DF is #AA1A20. Grayscale: #B9B9B9. Windows color (decimal): -11147809 or 14673237. OLE color: 14673237.

HSL color Cylindrical-coordinate representation of color #55E5DF: hue angle of 177.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5DF is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB85229223-
CMYK0.6300.030.10
HSL177.5º73.47%61.57%-
HSV(B)177.5º62.88%89.8%-
XYZ45.0863.379.65-
YUV185.26149.2956.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.83%
GREEN value IS 229 (89.84% from 255) = 42.64%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=15.83%
G=42.64%
B=41.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852292230.6300.030.10177.573.4761.57
Hex55E5DF3F03Ab2493e
Octal12534533777031226211176
Binary101010111100101110111111111110111010101100101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,229,223); }

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

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

 a { background-color: rgb(85,229,223); }

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

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

 span { border-color: rgb(85,229,223); }

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