#56DACB

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

Shades of Medium Turquoise #56DACB

Tints of Medium Turquoise #56DACB

Color information

#56DACB (or 0x56DACB) is unknown color: approx Medium Turquoise. HEX triplet: 56, DA and CB. RGB value is (86,218,203). Sum of RGB (Red+Green+Blue) = 86+218+203=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #56DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DACB is #A92534. Grayscale: #B0B0B0. Windows color (decimal): -11085109 or 13359702. OLE color: 13359702.

HSL color Cylindrical-coordinate representation of color #56DACB: hue angle of 173.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DACB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB86218203-
CMYK0.6100.070.15
HSL173.18º64.08%59.61%-
HSV(B)173.18º60.55%85.49%-
XYZ39.6956.4365.3-
YUV176.82142.7763.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.96%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=16.96%
G=43.00%
B=40.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal862182030.6100.070.15173.1864.0859.61
Hex56DACB3D07Fad403c
Octal12633231375071725510074
Binary1010110110110101100101111110101111111101011011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,218,203); }

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

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

 a { background-color: rgb(86,218,203); }

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

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

 span { border-color: rgb(86,218,203); }

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