#56D2D3

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

Shades of Medium Turquoise #56D2D3

Tints of Medium Turquoise #56D2D3

Color information

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

HSL color Cylindrical-coordinate representation of color #56D2D3: hue angle of 180.48º 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 #56D2D3 is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB86210211-
CMYK0.590.0000.17
HSL180.48º58.69%58.24%-
HSV(B)180.48º59.24%82.75%-
XYZ38.6452.7769.78-
YUV173.04149.4265.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal862102110.590.0000.17180.4858.6958.24
Hex56D2D33B0011b43b3a
Octal1263223237300212647372
Binary10101101101001011010011111011001000110110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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