#55D5BB

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

Shades of Medium Turquoise #55D5BB

Tints of Medium Turquoise #55D5BB

Color information

#55D5BB (or 0x55D5BB) is unknown color: approx Medium Turquoise. HEX triplet: 55, D5 and BB. RGB value is (85,213,187). Sum of RGB (Red+Green+Blue) = 85+213+187=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #55D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D5BB is #AA2A44. Grayscale: #ABABAB. Windows color (decimal): -11151941 or 12309845. OLE color: 12309845.

HSL color Cylindrical-coordinate representation of color #55D5BB: hue angle of 167.81º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D5BB is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB85213187-
CMYK0.6000.120.16
HSL167.81º60.38%58.43%-
HSV(B)167.81º60.09%83.53%-
XYZ36.5153.1155.34-
YUV171.76136.5966.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=17.53%
G=43.92%
B=38.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131870.6000.120.16167.8160.3858.43
Hex55D5BB3C0C10a83c3a
Octal12532527374014202507472
Binary10101011101010110111011111100011001000010101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,187); }

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

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

 a { background-color: rgb(85,213,187); }

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

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

 span { border-color: rgb(85,213,187); }

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