#56c7bc

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

Shades of Medium Turquoise #56C7BC

Tints of Medium Turquoise #56C7BC

Color information

#56C7BC (or 0x56C7BC) is unknown color: approx Medium Turquoise. HEX triplet: 56, C7 and BC. RGB value is (86,199,188). Sum of RGB (Red+Green+Blue) = 86+199+188=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #56C7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C7BC is #A93843. Grayscale: #A3A3A3. Windows color (decimal): -11089988 or 12371798. OLE color: 12371798.

HSL color Cylindrical-coordinate representation of color #56C7BC: hue angle of 174.16º 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 #56C7BC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB86199188-
CMYK0.5700.060.22
HSL174.16º50.22%55.88%-
HSV(B)174.16º56.78%78.04%-
XYZ33.3446.4654.79-
YUV163.96141.5672.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.18%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=18.18%
G=42.07%
B=39.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861991880.5700.060.22174.1650.2255.88
Hex56C7BC390616ae3238
Octal1263072747106262566270
Binary1010110110001111011110011100101101011010101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56c7bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,199,188); }

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

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

 a { background-color: rgb(86,199,188); }

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

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

 span { border-color: rgb(86,199,188); }

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