#56D1C9

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

Shades of Medium Turquoise #56D1C9

Tints of Medium Turquoise #56D1C9

Color information

#56D1C9 (or 0x56D1C9) is unknown color: approx Medium Turquoise. HEX triplet: 56, D1 and C9. RGB value is (86,209,201). Sum of RGB (Red+Green+Blue) = 86+209+201=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #56D1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D1C9 is #A92E36. Grayscale: #ABABAB. Windows color (decimal): -11087415 or 13226326. OLE color: 13226326.

HSL color Cylindrical-coordinate representation of color #56D1C9: hue angle of 176.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D1C9 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB86209201-
CMYK0.5900.040.18
HSL176.1º57.21%57.84%-
HSV(B)176.1º58.85%81.96%-
XYZ37.1851.863.3-
YUV171.31144.7567.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.34%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=17.34%
G=42.14%
B=40.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal862092010.5900.040.18176.157.2157.84
Hex56D1C93B0412b0393a
Octal1263213117304222607172
Binary1010110110100011100100111101101001001010110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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