#56DDD3

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

Shades of Medium Turquoise #56DDD3

Tints of Medium Turquoise #56DDD3

Color information

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

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

Color convert

RGB86221211-
CMYK0.6100.050.13
HSL175.56º66.5%60.2%-
HSV(B)175.56º61.09%86.67%-
XYZ41.4558.3970.71-
YUV179.5145.7761.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862212110.6100.050.13175.5666.560.2
Hex56DDD33D05Db0433c
Octal12633532375051526010374
Binary1010110110111011101001111110101011101101100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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