#55E0D8

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

Shades of Turquoise #55E0D8

Tints of Turquoise #55E0D8

Color information

#55E0D8 (or 0x55E0D8) is unknown color: approx Turquoise. HEX triplet: 55, E0 and D8. RGB value is (85,224,216). Sum of RGB (Red+Green+Blue) = 85+224+216=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0D8 is #AA1F27. Grayscale: #B5B5B5. Windows color (decimal): -11149096 or 14213205. OLE color: 14213205.

HSL color Cylindrical-coordinate representation of color #55E0D8: hue angle of 176.55º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0D8 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB85224216-
CMYK0.6200.040.12
HSL176.55º69.15%60.59%-
HSV(B)176.55º62.05%87.84%-
XYZ42.860.274.33-
YUV181.53147.4559.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.19%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=16.19%
G=42.67%
B=41.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852242160.6200.040.12176.5569.1560.59
Hex55E0D83E04Cb1453d
Octal12534033076041426110575
Binary1010101111000001101100011111001001100101100011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,224,216); }

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

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

 a { background-color: rgb(85,224,216); }

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

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

 span { border-color: rgb(85,224,216); }

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