#56DFC2

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

Shades of Medium Turquoise #56DFC2

Tints of Medium Turquoise #56DFC2

Color information

#56DFC2 (or 0x56DFC2) is unknown color: approx Medium Turquoise. HEX triplet: 56, DF and C2. RGB value is (86,223,194). Sum of RGB (Red+Green+Blue) = 86+223+194=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFC2 is #A9203D. Grayscale: #B2B2B2. Windows color (decimal): -11083838 or 12771158. OLE color: 12771158.

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

Color convert

RGB86223194-
CMYK0.6100.130.13
HSL167.3º68.16%60.59%-
HSV(B)167.3º61.43%87.45%-
XYZ39.9658.6560.25-
YUV178.73136.6161.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.10%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=17.10%
G=44.33%
B=38.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862231940.6100.130.13167.368.1660.59
Hex56DFC23D0DDa7443d
Octal126337302750151524710475
Binary10101101101111111000010111101011011101101001111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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