#56D0D7

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

Shades of Medium Turquoise #56D0D7

Tints of Medium Turquoise #56D0D7

Color information

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

HSL color Cylindrical-coordinate representation of color #56D0D7: hue angle of 183.26º 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 #56D0D7 is Cyan = 0.6, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86208215-
CMYK0.60.0300.16
HSL183.26º61.72%59.02%-
HSV(B)183.26º60%84.31%-
XYZ38.665272.29-
YUV172.32152.0866.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862082150.60.0300.16183.2661.7259.02
Hex56D0D73C3010b73e3b
Octal1263203277430202677673
Binary101011011010000110101111111001101000010110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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