#55E4BD

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

Shades of Turquoise #55E4BD

Tints of Turquoise #55E4BD

Color information

#55E4BD (or 0x55E4BD) is unknown color: approx Turquoise. HEX triplet: 55, E4 and BD. RGB value is (85,228,189). Sum of RGB (Red+Green+Blue) = 85+228+189=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #55E4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E4BD is #AA1B42. Grayscale: #B4B4B4. Windows color (decimal): -11148099 or 12444757. OLE color: 12444757.

HSL color Cylindrical-coordinate representation of color #55E4BD: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E4BD is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB85228189-
CMYK0.6300.170.11
HSL163.64º72.59%61.37%-
HSV(B)163.64º62.72%89.41%-
XYZ40.6861.0957.79-
YUV180.8132.6259.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.93%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=16.93%
G=45.42%
B=37.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852281890.6300.170.11163.6472.5961.37
Hex55E4BD3F011Ba4493d
Octal125344275770211324411175
Binary101010111100100101111011111110100011011101001001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,228,189); }

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

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

 a { background-color: rgb(85,228,189); }

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

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

 span { border-color: rgb(85,228,189); }

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