#55D9C7

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

Shades of Medium Turquoise #55D9C7

Tints of Medium Turquoise #55D9C7

Color information

#55D9C7 (or 0x55D9C7) is unknown color: approx Medium Turquoise. HEX triplet: 55, D9 and C7. RGB value is (85,217,199). Sum of RGB (Red+Green+Blue) = 85+217+199=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D9C7 is #AA2638. Grayscale: #AFAFAF. Windows color (decimal): -11150905 or 13097301. OLE color: 13097301.

HSL color Cylindrical-coordinate representation of color #55D9C7: hue angle of 171.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D9C7 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB85217199-
CMYK0.6100.080.15
HSL171.82º63.46%59.22%-
HSV(B)171.82º60.83%85.1%-
XYZ38.8755.6862.73-
YUV175.48141.2763.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.97%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 199 (78.12% from 255) = 39.72%
R=16.97%
G=43.31%
B=39.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852171990.6100.080.15171.8263.4659.22
Hex55D9C73D08Fac3f3b
Octal12533130775010172547773
Binary1010101110110011100011111110101000111110101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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