#56D6D1

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

Shades of Medium Turquoise #56D6D1

Tints of Medium Turquoise #56D6D1

Color information

#56D6D1 (or 0x56D6D1) is unknown color: approx Medium Turquoise. HEX triplet: 56, D6 and D1. RGB value is (86,214,209). Sum of RGB (Red+Green+Blue) = 86+214+209=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #56D6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D6D1 is #A9292E. Grayscale: #AFAFAF. Windows color (decimal): -11086127 or 13751894. OLE color: 13751894.

HSL color Cylindrical-coordinate representation of color #56D6D1: hue angle of 177.66º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D6D1 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB86214209-
CMYK0.6000.020.16
HSL177.66º60.95%58.82%-
HSV(B)177.66º59.81%83.92%-
XYZ39.3954.6868.8-
YUV175.16147.0964.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.90%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=16.90%
G=42.04%
B=41.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862142090.6000.020.16177.6660.9558.82
Hex56D6D13C0210b23d3b
Octal1263263217402202627573
Binary101011011010110110100011111000101000010110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,214,209); }

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

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

 a { background-color: rgb(86,214,209); }

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

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

 span { border-color: rgb(86,214,209); }

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