#56dcc1

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

Shades of Medium Turquoise #56DCC1

Tints of Medium Turquoise #56DCC1

Color information

#56DCC1 (or 0x56DCC1) is unknown color: approx Medium Turquoise. HEX triplet: 56, DC and C1. RGB value is (86,220,193). Sum of RGB (Red+Green+Blue) = 86+220+193=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC1 is #A9233E. Grayscale: #B0B0B0. Windows color (decimal): -11084607 or 12704854. OLE color: 12704854.

HSL color Cylindrical-coordinate representation of color #56DCC1: hue angle of 167.91º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DCC1 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB86220193-
CMYK0.6100.120.14
HSL167.91º65.69%60%-
HSV(B)167.91º60.91%86.27%-
XYZ39.0657.0259.4-
YUV176.86137.1163.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.23%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=17.23%
G=44.09%
B=38.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal862201930.6100.120.14167.9165.6960
Hex56DCC13D0CEa8423c
Octal126334301750141625010274
Binary10101101101110011000001111101011001110101010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56dcc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,220,193); }

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

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

 a { background-color: rgb(86,220,193); }

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

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

 span { border-color: rgb(86,220,193); }

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