#56C6B9

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

Shades of Medium Turquoise #56C6B9

Tints of Medium Turquoise #56C6B9

Color information

#56C6B9 (or 0x56C6B9) is unknown color: approx Medium Turquoise. HEX triplet: 56, C6 and B9. RGB value is (86,198,185). Sum of RGB (Red+Green+Blue) = 86+198+185=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #56C6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C6B9 is #A93946. Grayscale: #A2A2A2. Windows color (decimal): -11090247 or 12174934. OLE color: 12174934.

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

Color convert

RGB86198185-
CMYK0.5700.070.22
HSL173.04º49.56%55.69%-
HSV(B)173.04º56.57%77.65%-
XYZ32.7945.8753.02-
YUV163.03140.3973.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=18.34%
G=42.22%
B=39.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861981850.5700.070.22173.0449.5655.69
Hex56C6B9390716ad3238
Octal1263062717107262556270
Binary1010110110001101011100111100101111011010101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,198,185); }

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

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

 a { background-color: rgb(86,198,185); }

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

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

 span { border-color: rgb(86,198,185); }

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