#56CABB

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

Shades of Medium Turquoise #56CABB

Tints of Medium Turquoise #56CABB

Color information

#56CABB (or 0x56CABB) is unknown color: approx Medium Turquoise. HEX triplet: 56, CA and BB. RGB value is (86,202,187). Sum of RGB (Red+Green+Blue) = 86+202+187=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #56CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CABB is #A93544. Grayscale: #A5A5A5. Windows color (decimal): -11089221 or 12307030. OLE color: 12307030.

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

Color convert

RGB86202187-
CMYK0.5700.070.21
HSL172.24º52.25%56.47%-
HSV(B)172.24º57.43%79.22%-
XYZ33.9347.8154.45-
YUV165.61140.0771.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=18.11%
G=42.53%
B=39.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021870.5700.070.21172.2452.2556.47
Hex56CABB390715ac3438
Octal1263122737107252546470
Binary1010110110010101011101111100101111010110101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CABB; }

 p { color: rgb(86,202,187); }

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

<style>
 a { background-color: #56CABB; }

 a { background-color: rgb(86,202,187); }

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

<style>
 span { border-color: #56CABB; }

 span { border-color: rgb(86,202,187); }

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