#56D4C4

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

Shades of Medium Turquoise #56D4C4

Tints of Medium Turquoise #56D4C4

Color information

#56D4C4 (or 0x56D4C4) is unknown color: approx Medium Turquoise. HEX triplet: 56, D4 and C4. RGB value is (86,212,196). Sum of RGB (Red+Green+Blue) = 86+212+196=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #56D4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D4C4 is #A92B3B. Grayscale: #ACACAC. Windows color (decimal): -11086652 or 12899414. OLE color: 12899414.

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

Color convert

RGB86212196-
CMYK0.5900.080.17
HSL172.38º59.43%58.43%-
HSV(B)172.38º59.43%83.14%-
XYZ37.3553.0560.5-
YUV172.5141.2666.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.41%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=17.41%
G=42.91%
B=39.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal862121960.5900.080.17172.3859.4358.43
Hex56D4C43B0811ac3b3a
Octal12632430473010212547372
Binary10101101101010011000100111011010001000110101100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,212,196); }

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

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

 a { background-color: rgb(86,212,196); }

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

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

 span { border-color: rgb(86,212,196); }

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