#56D3DD

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

Shades of Medium Turquoise #56D3DD

Tints of Medium Turquoise #56D3DD

Color information

#56D3DD (or 0x56D3DD) is unknown color: approx Medium Turquoise. HEX triplet: 56, D3 and DD. RGB value is (86,211,221). Sum of RGB (Red+Green+Blue) = 86+211+221=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #56D3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D3DD is #A92C22. Grayscale: #AEAEAE. Windows color (decimal): -11086883 or 14537558. OLE color: 14537558.

HSL color Cylindrical-coordinate representation of color #56D3DD: hue angle of 184.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56D3DD is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86211221-
CMYK0.610.0500.13
HSL184.44º66.5%60.2%-
HSV(B)184.44º61.09%86.67%-
XYZ40.1853.7976.67-
YUV174.76154.0964.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.60%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=16.60%
G=40.73%
B=42.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862112210.610.0500.13184.4466.560.2
Hex56D3DD3D50Db8433c
Octal12632333575501527010374
Binary1010110110100111101110111110110101101101110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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