#55E0D9

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

Shades of Turquoise #55E0D9

Tints of Turquoise #55E0D9

Color information

#55E0D9 (or 0x55E0D9) is unknown color: approx Turquoise. HEX triplet: 55, E0 and D9. RGB value is (85,224,217). Sum of RGB (Red+Green+Blue) = 85+224+217=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0D9 is #AA1F26. Grayscale: #B5B5B5. Windows color (decimal): -11149095 or 14278741. OLE color: 14278741.

HSL color Cylindrical-coordinate representation of color #55E0D9: hue angle of 176.98º 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 #55E0D9 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB85224217-
CMYK0.6200.030.12
HSL176.98º69.15%60.59%-
HSV(B)176.98º62.05%87.84%-
XYZ42.9360.2575.01-
YUV181.64147.9559.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.16%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=16.16%
G=42.59%
B=41.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852242170.6200.030.12176.9869.1560.59
Hex55E0D93E03Cb1453d
Octal12534033176031426110575
Binary101010111100000110110011111100111100101100011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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