#56C2BE

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

Shades of Medium Turquoise #56C2BE

Tints of Medium Turquoise #56C2BE

Color information

#56C2BE (or 0x56C2BE) is unknown color: approx Medium Turquoise. HEX triplet: 56, C2 and BE. RGB value is (86,194,190). Sum of RGB (Red+Green+Blue) = 86+194+190=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2BE is #A93D41. Grayscale: #A1A1A1. Windows color (decimal): -11091266 or 12501590. OLE color: 12501590.

HSL color Cylindrical-coordinate representation of color #56C2BE: hue angle of 177.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C2BE is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB86194190-
CMYK0.5600.020.24
HSL177.78º46.96%54.9%-
HSV(B)177.78º55.67%76.08%-
XYZ32.4244.2855.55-
YUV161.25144.2274.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.30%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=18.30%
G=41.28%
B=40.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861941900.5600.020.24177.7846.9654.9
Hex56C2BE380218b22f37
Octal1263022767002302625767
Binary101011011000010101111101110000101100010110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,194,190); }

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

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

 a { background-color: rgb(86,194,190); }

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

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

 span { border-color: rgb(86,194,190); }

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