#55E8E1

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

Shades of Turquoise #55E8E1

Tints of Turquoise #55E8E1

Color information

#55E8E1 (or 0x55E8E1) is unknown color: approx Turquoise. HEX triplet: 55, E8 and E1. RGB value is (85,232,225). Sum of RGB (Red+Green+Blue) = 85+232+225=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E8E1 is #AA171E. Grayscale: #BBBBBB. Windows color (decimal): -11147039 or 14805077. OLE color: 14805077.

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

Color convert

RGB85232225-
CMYK0.6300.030.09
HSL177.14º76.17%62.16%-
HSV(B)177.14º63.36%90.98%-
XYZ46.1965.0881.36-
YUV187.25149.355.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.68%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=15.68%
G=42.80%
B=41.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852322250.6300.030.09177.1476.1762.16
Hex55E8E13F039b14c3e
Octal12535034177031126111476
Binary101010111101000111000011111110111001101100011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,232,225); }

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

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

 a { background-color: rgb(85,232,225); }

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

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

 span { border-color: rgb(85,232,225); }

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