#55C1BB

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

Shades of Medium Turquoise #55C1BB

Tints of Medium Turquoise #55C1BB

Color information

#55C1BB (or 0x55C1BB) is unknown color: approx Medium Turquoise. HEX triplet: 55, C1 and BB. RGB value is (85,193,187). Sum of RGB (Red+Green+Blue) = 85+193+187=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1BB is #AA3E44. Grayscale: #9F9F9F. Windows color (decimal): -11157061 or 12304725. OLE color: 12304725.

HSL color Cylindrical-coordinate representation of color #55C1BB: hue angle of 176.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C1BB is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB85193187-
CMYK0.5600.030.24
HSL176.67º46.55%54.51%-
HSV(B)176.67º55.96%75.69%-
XYZ31.7943.6653.77-
YUV160.02143.2274.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=18.28%
G=41.51%
B=40.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931870.5600.030.24176.6746.5554.51
Hex55C1BB380318b12f37
Octal1253012737003302615767
Binary101010111000001101110111110000111100010110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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