#55CAB9

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

Shades of Medium Turquoise #55CAB9

Tints of Medium Turquoise #55CAB9

Color information

#55CAB9 (or 0x55CAB9) is unknown color: approx Medium Turquoise. HEX triplet: 55, CA and B9. RGB value is (85,202,185). Sum of RGB (Red+Green+Blue) = 85+202+185=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CAB9 is #AA3546. Grayscale: #A5A5A5. Windows color (decimal): -11154759 or 12175957. OLE color: 12175957.

HSL color Cylindrical-coordinate representation of color #55CAB9: hue angle of 171.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAB9 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB85202185-
CMYK0.5800.080.21
HSL171.28º52.47%56.27%-
HSV(B)171.28º57.92%79.22%-
XYZ33.6247.6853.33-
YUV165.08139.2470.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=18.01%
G=42.80%
B=39.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021850.5800.080.21171.2852.4756.27
Hex55CAB93A0815ab3438
Octal12531227172010252536470
Binary10101011100101010111001111010010001010110101011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,185); }

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

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

 a { background-color: rgb(85,202,185); }

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

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

 span { border-color: rgb(85,202,185); }

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