#56DFDC

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

Shades of Medium Turquoise #56DFDC

Tints of Medium Turquoise #56DFDC

Color information

#56DFDC (or 0x56DFDC) is unknown color: approx Medium Turquoise. HEX triplet: 56, DF and DC. RGB value is (86,223,220). Sum of RGB (Red+Green+Blue) = 86+223+220=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFDC is #A92023. Grayscale: #B5B5B5. Windows color (decimal): -11083812 or 14475094. OLE color: 14475094.

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

Color convert

RGB86223220-
CMYK0.6100.010.13
HSL178.69º68.16%60.59%-
HSV(B)178.69º61.43%87.45%-
XYZ43.1459.9277-
YUV181.7149.6159.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.26%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=16.26%
G=42.16%
B=41.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862232200.6100.010.13178.6968.1660.59
Hex56DFDC3D01Db3443d
Octal12633733475011526310475
Binary10101101101111111011100111101011101101100111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,223,220); }

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

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

 a { background-color: rgb(86,223,220); }

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

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

 span { border-color: rgb(86,223,220); }

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