#56C5C0

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

Shades of Medium Turquoise #56C5C0

Tints of Medium Turquoise #56C5C0

Color information

#56C5C0 (or 0x56C5C0) is unknown color: approx Medium Turquoise. HEX triplet: 56, C5 and C0. RGB value is (86,197,192). Sum of RGB (Red+Green+Blue) = 86+197+192=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #56C5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C5C0 is #A93A3F. Grayscale: #A3A3A3. Windows color (decimal): -11090496 or 12633430. OLE color: 12633430.

HSL color Cylindrical-coordinate representation of color #56C5C0: hue angle of 177.3º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C5C0 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB86197192-
CMYK0.5600.030.23
HSL177.3º48.9%55.49%-
HSV(B)177.3º56.35%77.25%-
XYZ33.3245.7256.94-
YUV163.24144.2372.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=18.11%
G=41.47%
B=40.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861971920.5600.030.23177.348.955.49
Hex56C5C0380317b13137
Octal1263053007003272616167
Binary101011011000101110000001110000111011110110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,197,192); }

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

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

 a { background-color: rgb(86,197,192); }

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

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

 span { border-color: rgb(86,197,192); }

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