#56DCC4

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

Shades of Medium Turquoise #56DCC4

Tints of Medium Turquoise #56DCC4

Color information

#56DCC4 (or 0x56DCC4) is unknown color: approx Medium Turquoise. HEX triplet: 56, DC and C4. RGB value is (86,220,196). Sum of RGB (Red+Green+Blue) = 86+220+196=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC4 is #A9233B. Grayscale: #B1B1B1. Windows color (decimal): -11084604 or 12901462. OLE color: 12901462.

HSL color Cylindrical-coordinate representation of color #56DCC4: hue angle of 169.25º 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 #56DCC4 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB86220196-
CMYK0.6100.110.14
HSL169.25º65.69%60%-
HSV(B)169.25º60.91%86.27%-
XYZ39.3957.1561.18-
YUV177.2138.6162.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.13%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=17.13%
G=43.82%
B=39.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal862201960.6100.110.14169.2565.6960
Hex56DCC43D0BEa9423c
Octal126334304750131625110274
Binary10101101101110011000100111101010111110101010011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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