#56CCB9

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

Shades of Medium Turquoise #56CCB9

Tints of Medium Turquoise #56CCB9

Color information

#56CCB9 (or 0x56CCB9) is unknown color: approx Medium Turquoise. HEX triplet: 56, CC and B9. RGB value is (86,204,185). Sum of RGB (Red+Green+Blue) = 86+204+185=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCB9 is #A93346. Grayscale: #A6A6A6. Windows color (decimal): -11088711 or 12176470. OLE color: 12176470.

HSL color Cylindrical-coordinate representation of color #56CCB9: hue angle of 170.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCB9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB86204185-
CMYK0.5800.090.2
HSL170.34º53.64%56.86%-
HSV(B)170.34º57.84%80%-
XYZ34.1948.6753.49-
YUV166.55138.4170.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.11%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=18.11%
G=42.95%
B=38.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041850.5800.090.2170.3453.6456.86
Hex56CCB93A0914aa3639
Octal12631427172011242526671
Binary10101101100110010111001111010010011010010101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,204,185); }

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

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

 a { background-color: rgb(86,204,185); }

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

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

 span { border-color: rgb(86,204,185); }

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