#56D7D0

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

Shades of Medium Turquoise #56D7D0

Tints of Medium Turquoise #56D7D0

Color information

#56D7D0 (or 0x56D7D0) is unknown color: approx Medium Turquoise. HEX triplet: 56, D7 and D0. RGB value is (86,215,208). Sum of RGB (Red+Green+Blue) = 86+215+208=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #56D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D7D0 is #A9282F. Grayscale: #AFAFAF. Windows color (decimal): -11085872 or 13686614. OLE color: 13686614.

HSL color Cylindrical-coordinate representation of color #56D7D0: hue angle of 176.74º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D7D0 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB86215208-
CMYK0.600.030.16
HSL176.74º61.72%59.02%-
HSV(B)176.74º60%84.31%-
XYZ39.5255.1368.23-
YUV175.63146.2664.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.90%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=16.90%
G=42.24%
B=40.86%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862152080.600.030.16176.7461.7259.02
Hex56D7D03C0310b13e3b
Octal1263273207403202617673
Binary101011011010111110100001111000111000010110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,215,208); }

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

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

 a { background-color: rgb(86,215,208); }

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

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

 span { border-color: rgb(86,215,208); }

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