#56D3D2

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

Shades of Medium Turquoise #56D3D2

Tints of Medium Turquoise #56D3D2

Color information

#56D3D2 (or 0x56D3D2) is unknown color: approx Medium Turquoise. HEX triplet: 56, D3 and D2. RGB value is (86,211,210). Sum of RGB (Red+Green+Blue) = 86+211+210=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #56D3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D3D2 is #A92C2D. Grayscale: #ADADAD. Windows color (decimal): -11086894 or 13816662. OLE color: 13816662.

HSL color Cylindrical-coordinate representation of color #56D3D2: hue angle of 179.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D3D2 is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB86211210-
CMYK0.5900.000.17
HSL179.52º58.69%58.24%-
HSV(B)179.52º59.24%82.75%-
XYZ38.7653.2269.2-
YUV173.51148.5965.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.96%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=16.96%
G=41.62%
B=41.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal862112100.5900.000.17179.5258.6958.24
Hex56D3D23B0011b43b3a
Octal1263233227300212647372
Binary10101101101001111010010111011001000110110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,211,210); }

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

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

 a { background-color: rgb(86,211,210); }

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

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

 span { border-color: rgb(86,211,210); }

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