#55E8E5

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

Shades of Turquoise Blue #55E8E5

Tints of Turquoise Blue #55E8E5

Color information

#55E8E5 (or 0x55E8E5) is unknown color: approx Turquoise Blue. HEX triplet: 55, E8 and E5. RGB value is (85,232,229). Sum of RGB (Red+Green+Blue) = 85+232+229=546 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.57% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E8E5 is #AA171A. Grayscale: #BBBBBB. Windows color (decimal): -11147035 or 15067221. OLE color: 15067221.

HSL color Cylindrical-coordinate representation of color #55E8E5: hue angle of 178.78º 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 #55E8E5 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB85232229-
CMYK0.6300.010.09
HSL178.78º76.17%62.16%-
HSV(B)178.78º63.36%90.98%-
XYZ46.7565.384.27-
YUV187.7151.354.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.57%
GREEN value IS 232 (91.02% from 255) = 42.49%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=15.57%
G=42.49%
B=41.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852322290.6300.010.09178.7876.1762.16
Hex55E8E53F019b34c3e
Octal12535034577011126311476
Binary10101011110100011100101111111011001101100111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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